#483234

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

Shades of Cab Sav #483234

Tints of Cab Sav #483234

Color information

#483234 (or 0x483234) is unknown color: approx Cab Sav. HEX triplet: 48, 32 and 34. RGB value is (72,50,52). Sum of RGB (Red+Green+Blue) = 72+50+52=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483234 is #B7CDCB. Grayscale: #383838. Windows color (decimal): -12045772 or 3420744. OLE color: 3420744.

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

Color convert

RGB725052-
CMYK00.310.280.72
HSL354.55º18.03%23.92%-
HSV(B)354.55º30.56%28.24%-
XYZ4.433.913.77-
YUV56.81125.29138.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=41.38%
G=28.74%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72505200.310.280.72354.5518.0323.92
Hex48323401F1C481631218
Octal1106264037341105432230
Binary10010001100101101000111111110010010001011000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483234; }

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

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

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

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

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

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

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

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