#483233

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

Shades of Cab Sav #483233

Tints of Cab Sav #483233

Color information

#483233 (or 0x483233) is unknown color: approx Cab Sav. HEX triplet: 48, 32 and 33. RGB value is (72,50,51). Sum of RGB (Red+Green+Blue) = 72+50+51=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483233 is #B7CDCC. Grayscale: #383838. Windows color (decimal): -12045773 or 3355208. OLE color: 3355208.

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

Color convert

RGB725051-
CMYK00.310.290.72
HSL357.27º18.03%23.92%-
HSV(B)357.27º30.56%28.24%-
XYZ4.413.93.65-
YUV56.69124.79138.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=41.62%
G=28.90%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72505100.310.290.72357.2718.0323.92
Hex48323301F1D481651218
Octal1106263037351105452230
Binary10010001100101100110111111110110010001011001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483233; }

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

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

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

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

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

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

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

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