Html Css Color HEX #C07414 Ochre

📋 copy color: '#C07414'

red 192 ◦ green 116 ◦ blue 20

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

Shades of Ochre #C07414

Tints of Ochre #C07414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 58.54%
G = 35.37%
B = 6.1%

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

#C07414 (or 0xC07414) is known color: Ochre. HEX triplet: C0, 74 and 14. RGB value is (192,116,20). Sum of RGB (Red+Green+Blue) = 192+116+20=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C07414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07414 is #3F8BEB. Grayscale: #808080. Windows color (decimal): -4164588 or 1340608. OLE color: 1340608.

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

Color convert

RGB 192 116 20 -
CMYK 0 0.40 0.90 0.25
HSL 33.49º 0.81% 0.42% -
HSV(B) 33.49º 0.9% 0.75% -
XYZ 28.11 23.75 3.76 -
YUV 127.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 192 116 20 0 0.40 0.90 0.25 33.49 0.81 0.42
Hex C0 74 14 0 28 5A 19 21 51 2A
Octal 300 164 24 0 50 132 31 41 121 52
Binary 11000000 1110100 10100 0 101000 1011010 11001 100001 1010001 101010

Color Harmonies of #C07414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07414

Black with #C07414

Text Example


Text Example

White with #C07414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07414; }

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

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

background-color css

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

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

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

border-color css

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

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

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