Html Css Color HEX #472E32 Cab Sav

📋 copy color: '#472E32'

red 71 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #472E32

Tints of Cab Sav #472E32

RGB

 RED value IS 71 (28.13% from 255) = 42.51%

 GREEN value IS 46 (18.36% from 255) = 27.54%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 42.51%
G = 27.54%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#472E32 (or 0x472E32) is known color: Cab Sav. HEX triplet: 47, 2E and 32. RGB value is (71,46,50). Sum of RGB (Red+Green+Blue) = 71+46+50=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E32 is #B8D1CD. Grayscale: #353535. Windows color (decimal): -12112334 or 3288647. OLE color: 3288647.

HSL color Cylindrical-coordinate representation of color #472E32: hue angle of 350.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E32 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 50 -
CMYK 0 0.35 0.30 0.72
HSL 350.4º 0.21% 0.23% -
HSV(B) 350.4º 0.35% 0.28% -
XYZ 4.15 3.52 3.48 -
YUV 53.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 71 46 50 0 0.35 0.30 0.72 350.4 0.21 0.23
Hex 47 2E 32 0 23 1E 48 15E 15 17
Octal 107 56 62 0 43 36 110 536 25 27
Binary 1000111 101110 110010 0 100011 11110 1001000 101011110 10101 10111

Color Harmonies of #472E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E32

Black with #472E32

Text Example


Text Example

White with #472E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E32; }

 p { color: rgb(71,46,50); }

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

background-color css

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

 a { background-color: rgb(71,46,50); }

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

border-color css

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

 span { border-color: rgb(71,46,50); }

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