#483335

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

Shades of Cab Sav #483335

Tints of Cab Sav #483335

Color information

#483335 (or 0x483335) is unknown color: approx Cab Sav. HEX triplet: 48, 33 and 35. RGB value is (72,51,53). Sum of RGB (Red+Green+Blue) = 72+51+53=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483335 is #B7CCCA. Grayscale: #393939. Windows color (decimal): -12045515 or 3486536. OLE color: 3486536.

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

Color convert

RGB725153-
CMYK00.290.260.72
HSL354.29º17.07%24.12%-
HSV(B)354.29º29.17%28.24%-
XYZ4.543.9-
YUV57.51125.46138.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=40.91%
G=28.98%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72515300.290.260.72354.2917.0724.12
Hex48333501D1A481621118
Octal1106365035321105422130
Binary10010001100111101010111011101010010001011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483335; }

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

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

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

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

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

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

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

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