#482E33

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

Shades of Cab Sav #482E33

Tints of Cab Sav #482E33

Color information

#482E33 (or 0x482E33) is unknown color: approx Cab Sav. HEX triplet: 48, 2E and 33. RGB value is (72,46,51). Sum of RGB (Red+Green+Blue) = 72+46+51=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E33 is #B7D1CC. Grayscale: #363636. Windows color (decimal): -12046797 or 3354184. OLE color: 3354184.

HSL color Cylindrical-coordinate representation of color #482E33: hue angle of 348.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #482E33 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB724651-
CMYK00.360.290.72
HSL348.46º22.03%23.14%-
HSV(B)348.46º36.11%28.24%-
XYZ4.253.573.6-
YUV54.34126.11140.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=42.60%
G=27.22%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72465100.360.290.72348.4622.0323.14
Hex482E330241D4815c1617
Octal1105663044351105342627
Binary100100010111011001101001001110110010001010111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,51); }

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

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

 a { background-color: rgb(72,46,51); }

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

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

 span { border-color: rgb(72,46,51); }

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