#482C32

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

Shades of Cab Sav #482C32

Tints of Cab Sav #482C32

Color information

#482C32 (or 0x482C32) is unknown color: approx Cab Sav. HEX triplet: 48, 2C and 32. RGB value is (72,44,50). Sum of RGB (Red+Green+Blue) = 72+44+50=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #482C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C32 is #B7D3CD. Grayscale: #353535. Windows color (decimal): -12047310 or 3288136. OLE color: 3288136.

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

Color convert

RGB724450-
CMYK00.390.310.72
HSL347.14º24.14%22.75%-
HSV(B)347.14º38.89%28.24%-
XYZ4.153.413.46-
YUV53.06126.28141.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=43.37%
G=26.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72445000.390.310.72347.1424.1422.75
Hex482C320271F4815b1817
Octal1105462047371105333027
Binary100100010110011001001001111111110010001010110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,44,50); }

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

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

 a { background-color: rgb(72,44,50); }

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

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

 span { border-color: rgb(72,44,50); }

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