Html Css Color HEX #C07512 Ochre

📋 copy color: '#C07512'

red 192 ◦ green 117 ◦ blue 18

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

Shades of Ochre #C07512

Tints of Ochre #C07512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 58.72%
G = 35.78%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C07512 (or 0xC07512) is known color: Ochre. HEX triplet: C0, 75 and 12. RGB value is (192,117,18). Sum of RGB (Red+Green+Blue) = 192+117+18=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07512 is #3F8AED. Grayscale: #808080. Windows color (decimal): -4164334 or 1209792. OLE color: 1209792.

HSL color Cylindrical-coordinate representation of color #C07512: hue angle of 34.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07512 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 18 -
CMYK 0 0.39 0.91 0.25
HSL 34.14º 0.83% 0.41% -
HSV(B) 34.14º 0.91% 0.75% -
XYZ 28.21 23.97 3.71 -
YUV 128.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 192 117 18 0 0.39 0.91 0.25 34.14 0.83 0.41
Hex C0 75 12 0 27 5B 19 22 53 29
Octal 300 165 22 0 47 133 31 42 123 51
Binary 11000000 1110101 10010 0 100111 1011011 11001 100010 1010011 101001

Color Harmonies of #C07512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07512

Black with #C07512

Text Example


Text Example

White with #C07512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07512; }

 p { color: rgb(192,117,18); }

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

background-color css

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

 a { background-color: rgb(192,117,18); }

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

border-color css

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

 span { border-color: rgb(192,117,18); }

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