#483334

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

Shades of Cab Sav #483334

Tints of Cab Sav #483334

Color information

#483334 (or 0x483334) is unknown color: approx Cab Sav. HEX triplet: 48, 33 and 34. RGB value is (72,51,52). Sum of RGB (Red+Green+Blue) = 72+51+52=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483334 is #B7CCCB. Grayscale: #393939. Windows color (decimal): -12045516 or 3421000. OLE color: 3421000.

HSL color Cylindrical-coordinate representation of color #483334: hue angle of 357.14º 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 #483334 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB725152-
CMYK00.290.280.72
HSL357.14º17.07%24.12%-
HSV(B)357.14º29.17%28.24%-
XYZ4.483.993.78-
YUV57.39124.96138.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=41.14%
G=29.14%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515200.290.280.72357.1417.0724.12
Hex48333401D1C481651118
Octal1106364035341105452130
Binary10010001100111101000111011110010010001011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483334; }

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

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

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

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

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

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

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

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