Html Css Color HEX #C87413 Ochre

📋 copy color: '#C87413'

red 200 ◦ green 116 ◦ blue 19

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

Shades of Ochre #C87413

Tints of Ochre #C87413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 59.7%
G = 34.63%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87413 (or 0xC87413) is known color: Ochre. HEX triplet: C8, 74 and 13. RGB value is (200,116,19). Sum of RGB (Red+Green+Blue) = 200+116+19=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87413 is #378BEC. Grayscale: #828282. Windows color (decimal): -3640301 or 1275080. OLE color: 1275080.

HSL color Cylindrical-coordinate representation of color #C87413: hue angle of 32.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C87413 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 19 -
CMYK 0 0.42 0.90 0.22
HSL 32.15º 0.83% 0.43% -
HSV(B) 32.15º 0.91% 0.78% -
XYZ 30.18 24.82 3.82 -
YUV 130.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 200 116 19 0 0.42 0.90 0.22 32.15 0.83 0.43
Hex C8 74 13 0 2A 5A 16 20 53 2B
Octal 310 164 23 0 52 132 26 40 123 53
Binary 11001000 1110100 10011 0 101010 1011010 10110 100000 1010011 101011

Color Harmonies of #C87413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87413

Black with #C87413

Text Example


Text Example

White with #C87413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87413; }

 p { color: rgb(200,116,19); }

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

background-color css

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

 a { background-color: rgb(200,116,19); }

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

border-color css

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

 span { border-color: rgb(200,116,19); }

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