Html Css Color HEX #CC741F Ochre

📋 copy color: '#CC741F'

red 204 ◦ green 116 ◦ blue 31

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

Shades of Ochre #CC741F

Tints of Ochre #CC741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 58.12%
G = 33.05%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC741F (or 0xCC741F) is known color: Ochre. HEX triplet: CC, 74 and 1F. RGB value is (204,116,31). Sum of RGB (Red+Green+Blue) = 204+116+31=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC741F is #338BE0. Grayscale: #858585. Windows color (decimal): -3378145 or 2061516. OLE color: 2061516.

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

Color convert

RGB 204 116 31 -
CMYK 0 0.43 0.85 0.2
HSL 29.48º 0.74% 0.46% -
HSV(B) 29.48º 0.85% 0.8% -
XYZ 31.39 25.43 4.55 -
YUV 132.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 204 116 31 0 0.43 0.85 0.2 29.48 0.74 0.46
Hex CC 74 1F 0 2B 55 14 1D 4A 2E
Octal 314 164 37 0 53 125 24 35 112 56
Binary 11001100 1110100 11111 0 101011 1010101 10100 11101 1001010 101110

Color Harmonies of #CC741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC741F

Black with #CC741F

Text Example


Text Example

White with #CC741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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