Html Css Color HEX #C47320 Ochre

📋 copy color: '#C47320'

red 196 ◦ green 115 ◦ blue 32

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

Shades of Ochre #C47320

Tints of Ochre #C47320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 57.14%
G = 33.53%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C47320 (or 0xC47320) is known color: Ochre. HEX triplet: C4, 73 and 20. RGB value is (196,115,32). Sum of RGB (Red+Green+Blue) = 196+115+32=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C47320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47320 is #3B8CDF. Grayscale: #828282. Windows color (decimal): -3902688 or 2126788. OLE color: 2126788.

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

Color convert

RGB 196 115 32 -
CMYK 0 0.41 0.84 0.23
HSL 30.37º 0.72% 0.45% -
HSV(B) 30.37º 0.84% 0.77% -
XYZ 29.16 24.1 4.48 -
YUV 129.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 196 115 32 0 0.41 0.84 0.23 30.37 0.72 0.45
Hex C4 73 20 0 29 54 17 1E 48 2D
Octal 304 163 40 0 51 124 27 36 110 55
Binary 11000100 1110011 100000 0 101001 1010100 10111 11110 1001000 101101

Color Harmonies of #C47320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47320

Black with #C47320

Text Example


Text Example

White with #C47320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47320; }

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

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

background-color css

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

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

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

border-color css

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

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

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