Html Css Color HEX #472B2F Cab Sav

📋 copy color: '#472B2F'

red 71 ◦ green 43 ◦ blue 47

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

Shades of Cab Sav #472B2F

Tints of Cab Sav #472B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 44.1%
G = 26.71%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#472B2F (or 0x472B2F) is known color: Cab Sav. HEX triplet: 47, 2B and 2F. RGB value is (71,43,47). Sum of RGB (Red+Green+Blue) = 71+43+47=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B2F is #B8D4D0. Grayscale: #333333. Windows color (decimal): -12113105 or 3091271. OLE color: 3091271.

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

Color convert

RGB 71 43 47 -
CMYK 0 0.39 0.34 0.72
HSL 351.43º 0.25% 0.22% -
HSV(B) 351.43º 0.39% 0.28% -
XYZ 3.98 3.27 3.11 -
YUV 51.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 71 43 47 0 0.39 0.34 0.72 351.43 0.25 0.22
Hex 47 2B 2F 0 27 22 48 15F 19 16
Octal 107 53 57 0 47 42 110 537 31 26
Binary 1000111 101011 101111 0 100111 100010 1001000 101011111 11001 10110

Color Harmonies of #472B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B2F

Black with #472B2F

Text Example


Text Example

White with #472B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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