#CD7F26

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

Shades of Ochre #CD7F26

Tints of Ochre #CD7F26

Color information

#CD7F26 (or 0xCD7F26) is unknown color: approx Ochre. HEX triplet: CD, 7F and 26. RGB value is (205,127,38). Sum of RGB (Red+Green+Blue) = 205+127+38=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7F26 is #3280D9. Grayscale: #8C8C8C. Windows color (decimal): -3309786 or 2523085. OLE color: 2523085.

HSL color Cylindrical-coordinate representation of color #CD7F26: hue angle of 31.98º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD7F26 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20512738-
CMYK00.380.810.20
HSL31.98º68.72%47.65%-
HSV(B)31.98º81.46%80.39%-
XYZ33.1228.35.55-
YUV140.1870.34174.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.41%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 38 (15.23% from 255) = 10.27%
R=55.41%
G=34.32%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051273800.380.810.2031.9868.7247.65
HexCD7F260265114204530
Octal31517746046121244010560
Binary11001101111111110011001001101010001101001000001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F26; }

 p { color: rgb(205,127,38); }

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

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

 a { background-color: rgb(205,127,38); }

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

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

 span { border-color: rgb(205,127,38); }

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