Html Css Color HEX #CC7407 Ochre

📋 copy color: '#CC7407'

red 204 ◦ green 116 ◦ blue 7

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

Shades of Ochre #CC7407

Tints of Ochre #CC7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 7 (3.13% from 255) = 2.14%

R = 62.39%
G = 35.47%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC7407 (or 0xCC7407) is known color: Ochre. HEX triplet: CC, 74 and 07. RGB value is (204,116,7). Sum of RGB (Red+Green+Blue) = 204+116+7=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7407 is #338BF8. Grayscale: #828282. Windows color (decimal): -3378169 or 488652. OLE color: 488652.

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

Color convert

RGB 204 116 7 -
CMYK 0 0.43 0.97 0.2
HSL 33.2º 0.93% 0.41% -
HSV(B) 33.2º 0.97% 0.8% -
XYZ 31.19 25.34 3.45 -
YUV 129.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 204 116 7 0 0.43 0.97 0.2 33.2 0.93 0.41
Hex CC 74 7 0 2B 61 14 21 5D 29
Octal 314 164 7 0 53 141 24 41 135 51
Binary 11001100 1110100 111 0 101011 1100001 10100 100001 1011101 101001

Color Harmonies of #CC7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7407

Black with #CC7407

Text Example


Text Example

White with #CC7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7407; }

 p { color: rgb(204,116,7); }

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

background-color css

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

 a { background-color: rgb(204,116,7); }

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

border-color css

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

 span { border-color: rgb(204,116,7); }

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