#482B2F

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

Shades of Cab Sav #482B2F

Tints of Cab Sav #482B2F

Color information

#482B2F (or 0x482B2F) is unknown color: approx Cab Sav. HEX triplet: 48, 2B and 2F. RGB value is (72,43,47). Sum of RGB (Red+Green+Blue) = 72+43+47=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2F is #B7D4D0. Grayscale: #343434. Windows color (decimal): -12047569 or 3091272. OLE color: 3091272.

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

Color convert

RGB724347-
CMYK00.400.350.72
HSL351.72º25.22%22.55%-
HSV(B)351.72º40.28%28.24%-
XYZ4.053.313.11-
YUV52.13125.11142.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=44.44%
G=26.54%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72434700.400.350.72351.7225.2222.55
Hex482B2F02823481601917
Octal1105357050431105403127
Binary1001000101011101111010100010001110010001011000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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