#483236

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

Shades of Cab Sav #483236

Tints of Cab Sav #483236

Color information

#483236 (or 0x483236) is unknown color: approx Cab Sav. HEX triplet: 48, 32 and 36. RGB value is (72,50,54). Sum of RGB (Red+Green+Blue) = 72+50+54=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483236 is #B7CDC9. Grayscale: #393939. Windows color (decimal): -12045770 or 3551816. OLE color: 3551816.

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

Color convert

RGB725054-
CMYK00.310.250.72
HSL349.09º18.03%23.92%-
HSV(B)349.09º30.56%28.24%-
XYZ4.483.934.01-
YUV57.03126.29138.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=40.91%
G=28.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72505400.310.250.72349.0918.0323.92
Hex48323601F194815d1218
Octal1106266037311105352230
Binary10010001100101101100111111100110010001010111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483236; }

 p { color: rgb(72,50,54); }

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

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

 a { background-color: rgb(72,50,54); }

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

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

 span { border-color: rgb(72,50,54); }

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