#482C30

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

Shades of Cab Sav #482C30

Tints of Cab Sav #482C30

Color information

#482C30 (or 0x482C30) is unknown color: approx Cab Sav. HEX triplet: 48, 2C and 30. RGB value is (72,44,48). Sum of RGB (Red+Green+Blue) = 72+44+48=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C30 is #B7D3CF. Grayscale: #343434. Windows color (decimal): -12047312 or 3157064. OLE color: 3157064.

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

Color convert

RGB724448-
CMYK00.390.330.72
HSL351.43º24.14%22.75%-
HSV(B)351.43º38.89%28.24%-
XYZ4.113.393.23-
YUV52.83125.28141.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72444800.390.330.72351.4324.1422.75
Hex482C30027214815f1817
Octal1105460047411105373027
Binary1001000101100110000010011110000110010001010111111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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