#CC7725

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

Shades of Ochre #CC7725

Tints of Ochre #CC7725

Color information

#CC7725 (or 0xCC7725) is unknown color: approx Ochre. HEX triplet: CC, 77 and 25. RGB value is (204,119,37). Sum of RGB (Red+Green+Blue) = 204+119+37=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7725 is #3388DA. Grayscale: #878787. Windows color (decimal): -3377371 or 2455500. OLE color: 2455500.

HSL color Cylindrical-coordinate representation of color #CC7725: hue angle of 29.46º 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 #CC7725 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20411937-
CMYK00.420.820.2
HSL29.46º69.29%47.25%-
HSV(B)29.46º81.86%80%-
XYZ31.8326.165.12-
YUV135.0772.66177.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=56.67%
G=33.06%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041193700.420.820.229.4669.2947.25
HexCC772502A52141d452f
Octal31416745052122243510557
Binary1100110011101111001010101010101001010100111011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7725; }

 p { color: rgb(204,119,37); }

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

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

 a { background-color: rgb(204,119,37); }

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

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

 span { border-color: rgb(204,119,37); }

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