Html Css Color HEX #C07314 Ochre

📋 copy color: '#C07314'

red 192 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C07314

Tints of Ochre #C07314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 58.72%
G = 35.17%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07314 (or 0xC07314) is known color: Ochre. HEX triplet: C0, 73 and 14. RGB value is (192,115,20). Sum of RGB (Red+Green+Blue) = 192+115+20=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07314 is #3F8CEB. Grayscale: #7F7F7F. Windows color (decimal): -4164844 or 1340352. OLE color: 1340352.

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

Color convert

RGB 192 115 20 -
CMYK 0 0.40 0.90 0.25
HSL 33.14º 0.81% 0.42% -
HSV(B) 33.14º 0.9% 0.75% -
XYZ 28 23.52 3.73 -
YUV 127.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 192 115 20 0 0.40 0.90 0.25 33.14 0.81 0.42
Hex C0 73 14 0 28 5A 19 21 51 2A
Octal 300 163 24 0 50 132 31 41 121 52
Binary 11000000 1110011 10100 0 101000 1011010 11001 100001 1010001 101010

Color Harmonies of #C07314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07314

Black with #C07314

Text Example


Text Example

White with #C07314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07314; }

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

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

background-color css

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

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

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

border-color css

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

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

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