Html Css Color HEX #C47316 Ochre

📋 copy color: '#C47316'

red 196 ◦ green 115 ◦ blue 22

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

Shades of Ochre #C47316

Tints of Ochre #C47316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 58.86%
G = 34.53%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47316 (or 0xC47316) is known color: Ochre. HEX triplet: C4, 73 and 16. RGB value is (196,115,22). Sum of RGB (Red+Green+Blue) = 196+115+22=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47316 is #3B8CE9. Grayscale: #818181. Windows color (decimal): -3902698 or 1471428. OLE color: 1471428.

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

Color convert

RGB 196 115 22 -
CMYK 0 0.41 0.89 0.23
HSL 32.07º 0.8% 0.43% -
HSV(B) 32.07º 0.89% 0.77% -
XYZ 29.04 24.06 3.87 -
YUV 128.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 196 115 22 0 0.41 0.89 0.23 32.07 0.8 0.43
Hex C4 73 16 0 29 59 17 20 50 2B
Octal 304 163 26 0 51 131 27 40 120 53
Binary 11000100 1110011 10110 0 101001 1011001 10111 100000 1010000 101011

Color Harmonies of #C47316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47316

Black with #C47316

Text Example


Text Example

White with #C47316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47316; }

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

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

background-color css

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

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

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

border-color css

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

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

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