Html Css Color HEX #C8720D Ochre

📋 copy color: '#C8720D'

red 200 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C8720D

Tints of Ochre #C8720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 61.16%
G = 34.86%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8720D (or 0xC8720D) is known color: Ochre. HEX triplet: C8, 72 and 0D. RGB value is (200,114,13). Sum of RGB (Red+Green+Blue) = 200+114+13=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8720D is #378DF2. Grayscale: #808080. Windows color (decimal): -3640819 or 881352. OLE color: 881352.

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

Color convert

RGB 200 114 13 -
CMYK 0 0.43 0.94 0.22
HSL 32.41º 0.88% 0.42% -
HSV(B) 32.41º 0.94% 0.78% -
XYZ 29.91 24.34 3.5 -
YUV 128.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 200 114 13 0 0.43 0.94 0.22 32.41 0.88 0.42
Hex C8 72 D 0 2B 5E 16 20 58 2A
Octal 310 162 15 0 53 136 26 40 130 52
Binary 11001000 1110010 1101 0 101011 1011110 10110 100000 1011000 101010

Color Harmonies of #C8720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8720D

Black with #C8720D

Text Example


Text Example

White with #C8720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8720D; }

 p { color: rgb(200,114,13); }

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

background-color css

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

 a { background-color: rgb(200,114,13); }

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

border-color css

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

 span { border-color: rgb(200,114,13); }

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