Html Css Color HEX #472B31 Cab Sav

📋 copy color: '#472B31'

red 71 ◦ green 43 ◦ blue 49

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

Shades of Cab Sav #472B31

Tints of Cab Sav #472B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 43.56%
G = 26.38%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472B31 (or 0x472B31) is known color: Cab Sav. HEX triplet: 47, 2B and 31. RGB value is (71,43,49). Sum of RGB (Red+Green+Blue) = 71+43+49=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B31 is #B8D4CE. Grayscale: #343434. Windows color (decimal): -12113103 or 3222343. OLE color: 3222343.

HSL color Cylindrical-coordinate representation of color #472B31: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B31 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 49 -
CMYK 0 0.39 0.31 0.72
HSL 347.14º 0.25% 0.22% -
HSV(B) 347.14º 0.39% 0.28% -
XYZ 4.02 3.29 3.33 -
YUV 52.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 71 43 49 0 0.39 0.31 0.72 347.14 0.25 0.22
Hex 47 2B 31 0 27 1F 48 15B 19 16
Octal 107 53 61 0 47 37 110 533 31 26
Binary 1000111 101011 110001 0 100111 11111 1001000 101011011 11001 10110

Color Harmonies of #472B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B31

Black with #472B31

Text Example


Text Example

White with #472B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,49); }

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

background-color css

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

 a { background-color: rgb(71,43,49); }

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

border-color css

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

 span { border-color: rgb(71,43,49); }

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