Html Css Color HEX #C47314 Ochre

📋 copy color: '#C47314'

red 196 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C47314

Tints of Ochre #C47314

RGB

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

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

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

R = 59.21%
G = 34.74%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47314 (or 0xC47314) is known color: Ochre. HEX triplet: C4, 73 and 14. RGB value is (196,115,20). Sum of RGB (Red+Green+Blue) = 196+115+20=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47314 is #3B8CEB. Grayscale: #808080. Windows color (decimal): -3902700 or 1340356. OLE color: 1340356.

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

Color convert

RGB 196 115 20 -
CMYK 0 0.41 0.90 0.23
HSL 32.39º 0.81% 0.42% -
HSV(B) 32.39º 0.9% 0.77% -
XYZ 29.02 24.05 3.77 -
YUV 128.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 196 115 20 0 0.41 0.90 0.23 32.39 0.81 0.42
Hex C4 73 14 0 29 5A 17 20 51 2A
Octal 304 163 24 0 51 132 27 40 121 52
Binary 11000100 1110011 10100 0 101001 1011010 10111 100000 1010001 101010

Color Harmonies of #C47314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47314

Black with #C47314

Text Example


Text Example

White with #C47314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47314; }

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

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

background-color css

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

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

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

border-color css

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

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

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