Html Css Color HEX #CC7520 Ochre

📋 copy color: '#CC7520'

red 204 ◦ green 117 ◦ blue 32

#CC7520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7520

Tints of Ochre #CC7520

RGB

 RED value IS 204 (80.08% from 255) = 57.79%

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 57.79%
G = 33.14%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7520 (or 0xCC7520) is known color: Ochre. HEX triplet: CC, 75 and 20. RGB value is (204,117,32). Sum of RGB (Red+Green+Blue) = 204+117+32=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7520 is #338ADF. Grayscale: #858585. Windows color (decimal): -3377888 or 2127308. OLE color: 2127308.

HSL color Cylindrical-coordinate representation of color #CC7520: hue angle of 29.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7520 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 32 -
CMYK 0 0.43 0.84 0.2
HSL 29.65º 0.73% 0.46% -
HSV(B) 29.65º 0.84% 0.8% -
XYZ 31.52 25.66 4.66 -
YUV 133.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 204 117 32 0 0.43 0.84 0.2 29.65 0.73 0.46
Hex CC 75 20 0 2B 54 14 1E 49 2E
Octal 314 165 40 0 53 124 24 36 111 56
Binary 11001100 1110101 100000 0 101011 1010100 10100 11110 1001001 101110

Color Harmonies of #CC7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7520

Black with #CC7520

Text Example


Text Example

White with #CC7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7520; }

 p { color: rgb(204,117,32); }

 H1.HeaderClassName
 {
   color: #CC7520;
 }
 .AnyTagClassName
 {
   color: #CC7520;
 }
</style>

background-color css

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

 a { background-color: rgb(204,117,32); }

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

border-color css

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

 span { border-color: rgb(204,117,32); }

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