#482830

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

Shades of Cab Sav #482830

Tints of Cab Sav #482830

Color information

#482830 (or 0x482830) is unknown color: approx Cab Sav. HEX triplet: 48, 28 and 30. RGB value is (72,40,48). Sum of RGB (Red+Green+Blue) = 72+40+48=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482830 is #B7D7CF. Grayscale: #323232. Windows color (decimal): -12048336 or 3156040. OLE color: 3156040.

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

Color convert

RGB724048-
CMYK00.440.330.72
HSL345º28.57%21.96%-
HSV(B)345º44.44%28.24%-
XYZ3.963.113.19-
YUV50.48126.6143.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 30%
R=45%
G=25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404800.440.330.7234528.5721.96
Hex48283002C21481591d16
Octal1105060054411105313526
Binary1001000101000110000010110010000110010001010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482830; }

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

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

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

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

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

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

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

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