#D5761A

Color #D5761A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D5761A

Tints of Ochre #D5761A

Color information

#D5761A (or 0xD5761A) is unknown color: approx Ochre. HEX triplet: D5, 76 and 1A. RGB value is (213,118,26). Sum of RGB (Red+Green+Blue) = 213+118+26=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5761A is #2A89E5. Grayscale: #888888. Windows color (decimal): -2787814 or 1734357. OLE color: 1734357.

HSL color Cylindrical-coordinate representation of color #D5761A: hue angle of 29.52º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5761A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21311826-
CMYK00.450.880.16
HSL29.52º78.24%46.86%-
HSV(B)29.52º87.79%83.53%-
XYZ34.1127.184.43-
YUV135.9265.97182.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 59.66%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 26 (10.55% from 255) = 7.28%
R=59.66%
G=33.05%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131182600.450.880.1629.5278.2446.86
HexD5761A02D58101e4e2f
Octal32516632055130203611657
Binary110101011110110110100101101101100010000111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5761A; }

 p { color: rgb(213,118,26); }

 H1.HeaderClassName
 {
   color: #D5761A;
 }
 .AnyTagClassName
 {
   color: #D5761A;
 }
</style>
background-color css

<style>
 a { background-color: #D5761A; }

 a { background-color: rgb(213,118,26); }

 div.DivClassName
 {
   background-color: #D5761A;
 }
 .BgClassName
 {
   background-color: #D5761A;
 }
</style>
border-color css

<style>
 span { border-color: #D5761A; }

 span { border-color: rgb(213,118,26); }

 td.TdClassName
 {
   border-color: #D5761A;
 }
 .TagClassName
 {
   border-color: #D5761A;
 }
</style>