#CD7825

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

Shades of Ochre #CD7825

Tints of Ochre #CD7825

Color information

#CD7825 (or 0xCD7825) is unknown color: approx Ochre. HEX triplet: CD, 78 and 25. RGB value is (205,120,37). Sum of RGB (Red+Green+Blue) = 205+120+37=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7825 is #3287DA. Grayscale: #888888. Windows color (decimal): -3311579 or 2455757. OLE color: 2455757.

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

Color convert

RGB20512037-
CMYK00.410.820.20
HSL29.64º69.42%47.45%-
HSV(B)29.64º81.95%80.39%-
XYZ32.2326.555.18-
YUV135.9572.16177.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.63%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 37 (14.84% from 255) = 10.22%
R=56.63%
G=33.15%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051203700.410.820.2029.6469.4247.45
HexCD782502952141e452f
Octal31517045051122243610557
Binary1100110111110001001010101001101001010100111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7825; }

 p { color: rgb(205,120,37); }

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

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

 a { background-color: rgb(205,120,37); }

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

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

 span { border-color: rgb(205,120,37); }

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