Html Css Color HEX #C4740E Ochre

📋 copy color: '#C4740E'

red 196 ◦ green 116 ◦ blue 14

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

Shades of Ochre #C4740E

Tints of Ochre #C4740E

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

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

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 60.12%
G = 35.58%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4740E (or 0xC4740E) is known color: Ochre. HEX triplet: C4, 74 and 0E. RGB value is (196,116,14). Sum of RGB (Red+Green+Blue) = 196+116+14=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4740E is #3B8BF1. Grayscale: #808080. Windows color (decimal): -3902450 or 947396. OLE color: 947396.

HSL color Cylindrical-coordinate representation of color #C4740E: hue angle of 33.63º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4740E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 14 -
CMYK 0 0.41 0.93 0.23
HSL 33.63º 0.87% 0.41% -
HSV(B) 33.63º 0.93% 0.77% -
XYZ 29.09 24.26 3.56 -
YUV 128.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 196 116 14 0 0.41 0.93 0.23 33.63 0.87 0.41
Hex C4 74 E 0 29 5D 17 22 57 29
Octal 304 164 16 0 51 135 27 42 127 51
Binary 11000100 1110100 1110 0 101001 1011101 10111 100010 1010111 101001

Color Harmonies of #C4740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4740E

Black with #C4740E

Text Example


Text Example

White with #C4740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4740E; }

 p { color: rgb(196,116,14); }

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

background-color css

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

 a { background-color: rgb(196,116,14); }

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

border-color css

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

 span { border-color: rgb(196,116,14); }

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