Html Css Color HEX #482423 Espresso

📋 copy color: '#482423'

red 72 ◦ green 36 ◦ blue 35

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

Shades of Espresso #482423

Tints of Espresso #482423

RGB

 RED value IS 72 (28.52% from 255) = 50.35%

 GREEN value IS 36 (14.45% from 255) = 25.17%

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 50.35%
G = 25.17%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482423 (or 0x482423) is known color: Espresso. HEX triplet: 48, 24 and 23. RGB value is (72,36,35). Sum of RGB (Red+Green+Blue) = 72+36+35=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482423 is #B7DBDC. Grayscale: #2E2E2E. Windows color (decimal): -12049373 or 2303048. OLE color: 2303048.

HSL color Cylindrical-coordinate representation of color #482423: hue angle of 1.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482423 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 35 -
CMYK 0 0.5 0.51 0.72
HSL 1.62º 0.35% 0.21% -
HSV(B) 1.62º 0.51% 0.28% -
XYZ 3.61 2.76 1.93 -
YUV 46.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 72 36 35 0 0.5 0.51 0.72 1.62 0.35 0.21
Hex 48 24 23 0 32 33 48 2 23 15
Octal 110 44 43 0 62 63 110 2 43 25
Binary 1001000 100100 100011 0 110010 110011 1001000 10 100011 10101

Color Harmonies of #482423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482423

Black with #482423

Text Example


Text Example

White with #482423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482423; }

 p { color: rgb(72,36,35); }

 H1.HeaderClassName
 {
   color: #482423;
 }
 .AnyTagClassName
 {
   color: #482423;
 }
</style>

background-color css

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

 a { background-color: rgb(72,36,35); }

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

border-color css

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

 span { border-color: rgb(72,36,35); }

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