Html Css Color HEX #472E34 Cab Sav

📋 copy color: '#472E34'

red 71 ◦ green 46 ◦ blue 52

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

Shades of Cab Sav #472E34

Tints of Cab Sav #472E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 42.01%
G = 27.22%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#472E34 (or 0x472E34) is known color: Cab Sav. HEX triplet: 47, 2E and 34. RGB value is (71,46,52). Sum of RGB (Red+Green+Blue) = 71+46+52=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E34 is #B8D1CB. Grayscale: #363636. Windows color (decimal): -12112332 or 3419719. OLE color: 3419719.

HSL color Cylindrical-coordinate representation of color #472E34: hue angle of 345.6º 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 #472E34 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 52 -
CMYK 0 0.35 0.27 0.72
HSL 345.6º 0.21% 0.23% -
HSV(B) 345.6º 0.35% 0.28% -
XYZ 4.2 3.54 3.71 -
YUV 54.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 71 46 52 0 0.35 0.27 0.72 345.6 0.21 0.23
Hex 47 2E 34 0 23 1B 48 15A 15 17
Octal 107 56 64 0 43 33 110 532 25 27
Binary 1000111 101110 110100 0 100011 11011 1001000 101011010 10101 10111

Color Harmonies of #472E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E34

Black with #472E34

Text Example


Text Example

White with #472E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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