#483337

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

Shades of Cab Sav #483337

Tints of Cab Sav #483337

Color information

#483337 (or 0x483337) is unknown color: approx Cab Sav. HEX triplet: 48, 33 and 37. RGB value is (72,51,55). Sum of RGB (Red+Green+Blue) = 72+51+55=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483337 is #B7CCC8. Grayscale: #393939. Windows color (decimal): -12045513 or 3617608. OLE color: 3617608.

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

Color convert

RGB725155-
CMYK00.290.240.72
HSL348.57º17.07%24.12%-
HSV(B)348.57º29.17%28.24%-
XYZ4.554.024.15-
YUV57.74126.46138.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=40.45%
G=28.65%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515500.290.240.72348.5717.0724.12
Hex48333701D184815d1118
Octal1106367035301105352130
Binary10010001100111101110111011100010010001010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483337; }

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

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

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

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

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

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

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

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