Html Css Color HEX #CC741B Ochre

📋 copy color: '#CC741B'

red 204 ◦ green 116 ◦ blue 27

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

Shades of Ochre #CC741B

Tints of Ochre #CC741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 58.79%
G = 33.43%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC741B (or 0xCC741B) is known color: Ochre. HEX triplet: CC, 74 and 1B. RGB value is (204,116,27). Sum of RGB (Red+Green+Blue) = 204+116+27=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC741B is #338BE4. Grayscale: #848484. Windows color (decimal): -3378149 or 1799372. OLE color: 1799372.

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

Color convert

RGB 204 116 27 -
CMYK 0 0.43 0.87 0.2
HSL 30.17º 0.77% 0.45% -
HSV(B) 30.17º 0.87% 0.8% -
XYZ 31.35 25.41 4.29 -
YUV 132.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 204 116 27 0 0.43 0.87 0.2 30.17 0.77 0.45
Hex CC 74 1B 0 2B 57 14 1E 4D 2D
Octal 314 164 33 0 53 127 24 36 115 55
Binary 11001100 1110100 11011 0 101011 1010111 10100 11110 1001101 101101

Color Harmonies of #CC741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC741B

Black with #CC741B

Text Example


Text Example

White with #CC741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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