#482F33

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

Shades of Cab Sav #482F33

Tints of Cab Sav #482F33

Color information

#482F33 (or 0x482F33) is unknown color: approx Cab Sav. HEX triplet: 48, 2F and 33. RGB value is (72,47,51). Sum of RGB (Red+Green+Blue) = 72+47+51=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F33 is #B7D0CC. Grayscale: #363636. Windows color (decimal): -12046541 or 3354440. OLE color: 3354440.

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

Color convert

RGB724751-
CMYK00.350.290.72
HSL350.4º21.01%23.33%-
HSV(B)350.4º34.72%28.24%-
XYZ4.293.653.61-
YUV54.93125.78140.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 51 (20.31% from 255) = 30%
R=42.35%
G=27.65%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72475100.350.290.72350.421.0123.33
Hex482F330231D4815e1517
Octal1105763043351105362527
Binary100100010111111001101000111110110010001010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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