Html Css Color HEX #472F31 Cab Sav

📋 copy color: '#472F31'

red 71 ◦ green 47 ◦ blue 49

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

Shades of Cab Sav #472F31

Tints of Cab Sav #472F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 42.51%
G = 28.14%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#472F31 (or 0x472F31) is known color: Cab Sav. HEX triplet: 47, 2F and 31. RGB value is (71,47,49). Sum of RGB (Red+Green+Blue) = 71+47+49=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #472F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F31 is #B8D0CE. Grayscale: #363636. Windows color (decimal): -12112079 or 3223367. OLE color: 3223367.

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

Color convert

RGB 71 47 49 -
CMYK 0 0.34 0.31 0.72
HSL 355º 0.2% 0.23% -
HSV(B) 355º 0.34% 0.28% -
XYZ 4.17 3.59 3.38 -
YUV 54.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 71 47 49 0 0.34 0.31 0.72 355 0.2 0.23
Hex 47 2F 31 0 22 1F 48 163 14 17
Octal 107 57 61 0 42 37 110 543 24 27
Binary 1000111 101111 110001 0 100010 11111 1001000 101100011 10100 10111

Color Harmonies of #472F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F31

Black with #472F31

Text Example


Text Example

White with #472F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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