Html Css Color HEX #C47014 Ochre

📋 copy color: '#C47014'

red 196 ◦ green 112 ◦ blue 20

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

Shades of Ochre #C47014

Tints of Ochre #C47014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 59.76%
G = 34.15%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47014 (or 0xC47014) is known color: Ochre. HEX triplet: C4, 70 and 14. RGB value is (196,112,20). Sum of RGB (Red+Green+Blue) = 196+112+20=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47014 is #3B8FEB. Grayscale: #7F7F7F. Windows color (decimal): -3903468 or 1339588. OLE color: 1339588.

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

Color convert

RGB 196 112 20 -
CMYK 0 0.43 0.90 0.23
HSL 31.36º 0.81% 0.42% -
HSV(B) 31.36º 0.9% 0.77% -
XYZ 28.69 23.37 3.66 -
YUV 126.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 196 112 20 0 0.43 0.90 0.23 31.36 0.81 0.42
Hex C4 70 14 0 2B 5A 17 1F 51 2A
Octal 304 160 24 0 53 132 27 37 121 52
Binary 11000100 1110000 10100 0 101011 1011010 10111 11111 1010001 101010

Color Harmonies of #C47014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47014

Black with #C47014

Text Example


Text Example

White with #C47014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47014; }

 p { color: rgb(196,112,20); }

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

background-color css

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

 a { background-color: rgb(196,112,20); }

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

border-color css

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

 span { border-color: rgb(196,112,20); }

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