Html Css Color HEX #C8731F Ochre

📋 copy color: '#C8731F'

red 200 ◦ green 115 ◦ blue 31

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

Shades of Ochre #C8731F

Tints of Ochre #C8731F

RGB

 RED value IS 200 (78.52% from 255) = 57.8%

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 57.8%
G = 33.24%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8731F (or 0xC8731F) is known color: Ochre. HEX triplet: C8, 73 and 1F. RGB value is (200,115,31). Sum of RGB (Red+Green+Blue) = 200+115+31=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8731F is #378CE0. Grayscale: #838383. Windows color (decimal): -3640545 or 2061256. OLE color: 2061256.

HSL color Cylindrical-coordinate representation of color #C8731F: hue angle of 29.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8731F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 31 -
CMYK 0 0.42 0.84 0.22
HSL 29.82º 0.73% 0.45% -
HSV(B) 29.82º 0.85% 0.78% -
XYZ 30.2 24.64 4.46 -
YUV 130.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 200 115 31 0 0.42 0.84 0.22 29.82 0.73 0.45
Hex C8 73 1F 0 2A 54 16 1E 49 2D
Octal 310 163 37 0 52 124 26 36 111 55
Binary 11001000 1110011 11111 0 101010 1010100 10110 11110 1001001 101101

Color Harmonies of #C8731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8731F

Black with #C8731F

Text Example


Text Example

White with #C8731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8731F; }

 p { color: rgb(200,115,31); }

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

background-color css

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

 a { background-color: rgb(200,115,31); }

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

border-color css

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

 span { border-color: rgb(200,115,31); }

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