Html Css Color HEX #C47713 Ochre

📋 copy color: '#C47713'

red 196 ◦ green 119 ◦ blue 19

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

Shades of Ochre #C47713

Tints of Ochre #C47713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 58.68%
G = 35.63%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47713 (or 0xC47713) is known color: Ochre. HEX triplet: C4, 77 and 13. RGB value is (196,119,19). Sum of RGB (Red+Green+Blue) = 196+119+19=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47713 is #3B88EC. Grayscale: #838383. Windows color (decimal): -3901677 or 1275844. OLE color: 1275844.

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

Color convert

RGB 196 119 19 -
CMYK 0 0.39 0.90 0.23
HSL 33.9º 0.82% 0.42% -
HSV(B) 33.9º 0.9% 0.77% -
XYZ 29.48 24.98 3.88 -
YUV 130.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 196 119 19 0 0.39 0.90 0.23 33.9 0.82 0.42
Hex C4 77 13 0 27 5A 17 22 52 2A
Octal 304 167 23 0 47 132 27 42 122 52
Binary 11000100 1110111 10011 0 100111 1011010 10111 100010 1010010 101010

Color Harmonies of #C47713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47713

Black with #C47713

Text Example


Text Example

White with #C47713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47713; }

 p { color: rgb(196,119,19); }

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

background-color css

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

 a { background-color: rgb(196,119,19); }

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

border-color css

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

 span { border-color: rgb(196,119,19); }

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