Html Css Color HEX #C47722 Ochre

📋 copy color: '#C47722'

red 196 ◦ green 119 ◦ blue 34

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

Shades of Ochre #C47722

Tints of Ochre #C47722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.74%

R = 56.16%
G = 34.1%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C47722 (or 0xC47722) is known color: Ochre. HEX triplet: C4, 77 and 22. RGB value is (196,119,34). Sum of RGB (Red+Green+Blue) = 196+119+34=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47722 is #3B88DD. Grayscale: #848484. Windows color (decimal): -3901662 or 2258884. OLE color: 2258884.

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

Color convert

RGB 196 119 34 -
CMYK 0 0.39 0.83 0.23
HSL 31.48º 0.7% 0.45% -
HSV(B) 31.48º 0.83% 0.77% -
XYZ 29.65 25.04 4.78 -
YUV 132.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 196 119 34 0 0.39 0.83 0.23 31.48 0.7 0.45
Hex C4 77 22 0 27 53 17 1F 46 2D
Octal 304 167 42 0 47 123 27 37 106 55
Binary 11000100 1110111 100010 0 100111 1010011 10111 11111 1000110 101101

Color Harmonies of #C47722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47722

Black with #C47722

Text Example


Text Example

White with #C47722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47722; }

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

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

background-color css

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

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

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

border-color css

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

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

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