Html Css Color HEX #C07318 Ochre

📋 copy color: '#C07318'

red 192 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C07318

Tints of Ochre #C07318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.25%

R = 58.01%
G = 34.74%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07318 (or 0xC07318) is known color: Ochre. HEX triplet: C0, 73 and 18. RGB value is (192,115,24). Sum of RGB (Red+Green+Blue) = 192+115+24=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C07318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07318 is #3F8CE7. Grayscale: #808080. Windows color (decimal): -4164840 or 1602496. OLE color: 1602496.

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

Color convert

RGB 192 115 24 -
CMYK 0 0.40 0.88 0.25
HSL 32.5º 0.78% 0.42% -
HSV(B) 32.5º 0.88% 0.75% -
XYZ 28.03 23.53 3.93 -
YUV 127.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 192 115 24 0 0.40 0.88 0.25 32.5 0.78 0.42
Hex C0 73 18 0 28 58 19 20 4E 2A
Octal 300 163 30 0 50 130 31 40 116 52
Binary 11000000 1110011 11000 0 101000 1011000 11001 100000 1001110 101010

Color Harmonies of #C07318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07318

Black with #C07318

Text Example


Text Example

White with #C07318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07318; }

 p { color: rgb(192,115,24); }

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

background-color css

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

 a { background-color: rgb(192,115,24); }

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

border-color css

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

 span { border-color: rgb(192,115,24); }

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