Html Css Color HEX #C07813 Ochre

📋 copy color: '#C07813'

red 192 ◦ green 120 ◦ blue 19

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

Shades of Ochre #C07813

Tints of Ochre #C07813

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 58.01%
G = 36.25%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07813 (or 0xC07813) is known color: Ochre. HEX triplet: C0, 78 and 13. RGB value is (192,120,19). Sum of RGB (Red+Green+Blue) = 192+120+19=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C07813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07813 is #3F87EC. Grayscale: #828282. Windows color (decimal): -4163565 or 1276096. OLE color: 1276096.

HSL color Cylindrical-coordinate representation of color #C07813: hue angle of 35.03º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07813 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 19 -
CMYK 0 0.38 0.90 0.25
HSL 35.03º 0.82% 0.41% -
HSV(B) 35.03º 0.9% 0.75% -
XYZ 28.57 24.69 3.88 -
YUV 130.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 192 120 19 0 0.38 0.90 0.25 35.03 0.82 0.41
Hex C0 78 13 0 26 5A 19 23 52 29
Octal 300 170 23 0 46 132 31 43 122 51
Binary 11000000 1111000 10011 0 100110 1011010 11001 100011 1010010 101001

Color Harmonies of #C07813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07813

Black with #C07813

Text Example


Text Example

White with #C07813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07813; }

 p { color: rgb(192,120,19); }

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

background-color css

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

 a { background-color: rgb(192,120,19); }

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

border-color css

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

 span { border-color: rgb(192,120,19); }

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