Html Css Color HEX #483230 Espresso

📋 copy color: '#483230'

red 72 ◦ green 50 ◦ blue 48

#483230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #483230

Tints of Espresso #483230

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 value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483230 (or 0x483230) is known color: 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

RGB 72 50 48 -
CMYK 0 0.31 0.33 0.72
HSL 0.2% 0.24% -
HSV(B) 0.33% 0.28% -
XYZ 4.35 3.87 3.31 -
YUV 56.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 72 50 48 0 0.31 0.33 0.72 5 0.2 0.24
Hex 48 32 30 0 1F 21 48 5 14 18
Octal 110 62 60 0 37 41 110 5 24 30
Binary 1001000 110010 110000 0 11111 100001 1001000 101 10100 11000

Color Harmonies of #483230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483230

Black with #483230

Text Example


Text Example

White with #483230

Text Example


Text Example

HTML Codes & Css Web 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>