Html Css Color HEX #C07914 Ochre

📋 copy color: '#C07914'

red 192 ◦ green 121 ◦ blue 20

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

Shades of Ochre #C07914

Tints of Ochre #C07914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 57.66%
G = 36.34%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07914 (or 0xC07914) is known color: Ochre. HEX triplet: C0, 79 and 14. RGB value is (192,121,20). Sum of RGB (Red+Green+Blue) = 192+121+20=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07914 is #3F86EB. Grayscale: #838383. Windows color (decimal): -4163308 or 1341888. OLE color: 1341888.

HSL color Cylindrical-coordinate representation of color #C07914: hue angle of 35.23º 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 #C07914 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 20 -
CMYK 0 0.37 0.90 0.25
HSL 35.23º 0.81% 0.42% -
HSV(B) 35.23º 0.9% 0.75% -
XYZ 28.7 24.93 3.96 -
YUV 130.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 192 121 20 0 0.37 0.90 0.25 35.23 0.81 0.42
Hex C0 79 14 0 25 5A 19 23 51 2A
Octal 300 171 24 0 45 132 31 43 121 52
Binary 11000000 1111001 10100 0 100101 1011010 11001 100011 1010001 101010

Color Harmonies of #C07914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07914

Black with #C07914

Text Example


Text Example

White with #C07914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07914; }

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

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

background-color css

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

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

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

border-color css

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

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

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