Html Css Color HEX #C8730D Ochre

📋 copy color: '#C8730D'

red 200 ◦ green 115 ◦ blue 13

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

Shades of Ochre #C8730D

Tints of Ochre #C8730D

RGB

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

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

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

R = 60.98%
G = 35.06%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8730D (or 0xC8730D) is known color: Ochre. HEX triplet: C8, 73 and 0D. RGB value is (200,115,13). Sum of RGB (Red+Green+Blue) = 200+115+13=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8730D is #378CF2. Grayscale: #818181. Windows color (decimal): -3640563 or 881608. OLE color: 881608.

HSL color Cylindrical-coordinate representation of color #C8730D: hue angle of 32.73º 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 #C8730D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 13 -
CMYK 0 0.42 0.94 0.22
HSL 32.73º 0.88% 0.42% -
HSV(B) 32.73º 0.94% 0.78% -
XYZ 30.02 24.57 3.54 -
YUV 128.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 200 115 13 0 0.42 0.94 0.22 32.73 0.88 0.42
Hex C8 73 D 0 2A 5E 16 21 58 2A
Octal 310 163 15 0 52 136 26 41 130 52
Binary 11001000 1110011 1101 0 101010 1011110 10110 100001 1011000 101010

Color Harmonies of #C8730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8730D

Black with #C8730D

Text Example


Text Example

White with #C8730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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