Html Css Color HEX #CC831F Ochre

📋 copy color: '#CC831F'

red 204 ◦ green 131 ◦ blue 31

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

Shades of Ochre #CC831F

Tints of Ochre #CC831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 55.74%
G = 35.79%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC831F (or 0xCC831F) is known color: Ochre. HEX triplet: CC, 83 and 1F. RGB value is (204,131,31). Sum of RGB (Red+Green+Blue) = 204+131+31=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC831F is #337CE0. Grayscale: #8D8D8D. Windows color (decimal): -3374305 or 2065356. OLE color: 2065356.

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

Color convert

RGB 204 131 31 -
CMYK 0 0.36 0.85 0.2
HSL 34.68º 0.74% 0.46% -
HSV(B) 34.68º 0.85% 0.8% -
XYZ 33.27 29.17 5.17 -
YUV 141.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 204 131 31 0 0.36 0.85 0.2 34.68 0.74 0.46
Hex CC 83 1F 0 24 55 14 23 4A 2E
Octal 314 203 37 0 44 125 24 43 112 56
Binary 11001100 10000011 11111 0 100100 1010101 10100 100011 1001010 101110

Color Harmonies of #CC831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC831F

Black with #CC831F

Text Example


Text Example

White with #CC831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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