#482B31

Color #482B31 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #482B31

Tints of Cab Sav #482B31

Color information

#482B31 (or 0x482B31) is unknown color: approx Cab Sav. HEX triplet: 48, 2B and 31. RGB value is (72,43,49). Sum of RGB (Red+Green+Blue) = 72+43+49=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B31 is #B7D4CE. Grayscale: #343434. Windows color (decimal): -12047567 or 3222344. OLE color: 3222344.

HSL color Cylindrical-coordinate representation of color #482B31: hue angle of 347.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B31 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB724349-
CMYK00.400.320.72
HSL347.59º25.22%22.55%-
HSV(B)347.59º40.28%28.24%-
XYZ4.093.333.33-
YUV52.36126.11142.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=43.90%
G=26.22%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72434900.400.320.72347.5925.2222.55
Hex482B31028204815c1917
Octal1105361050401105343127
Binary1001000101011110001010100010000010010001010111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #482B31;
 }
 .AnyTagClassName
 {
   color: #482B31;
 }
</style>
background-color css

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

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

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

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

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

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