#483230

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

Shades of Espresso #483230

Tints of Espresso #483230

Color information

#483230 (or 0x483230) is unknown color: approx Espresso. HEX triplet: 48, 32 and 30. RGB value is (72,50,48). Sum of RGB (Red+Green+Blue) = 72+50+48=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483230 is #B7CDCF. Grayscale: #383838. Windows color (decimal): -12045776 or 3158600. OLE color: 3158600.

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

Color convert

RGB725048-
CMYK00.310.330.72
HSL20%23.53%-
HSV(B)33.33%28.24%-
XYZ4.353.873.31-
YUV56.35123.29139.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=42.35%
G=29.41%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72504800.310.330.7252023.53
Hex48323001F214851418
Octal11062600374111052430
Binary100100011001011000001111110000110010001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483230; }

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

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

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

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

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

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

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

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