Html Css Color HEX #482623 Espresso

📋 copy color: '#482623'

red 72 ◦ green 38 ◦ blue 35

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

Shades of Espresso #482623

Tints of Espresso #482623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 49.66%
G = 26.21%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482623 (or 0x482623) is known color: Espresso. HEX triplet: 48, 26 and 23. RGB value is (72,38,35). Sum of RGB (Red+Green+Blue) = 72+38+35=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482623 is #B7D9DC. Grayscale: #2F2F2F. Windows color (decimal): -12048861 or 2303560. OLE color: 2303560.

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

Color convert

RGB 72 38 35 -
CMYK 0 0.47 0.51 0.72
HSL 4.86º 0.35% 0.21% -
HSV(B) 4.86º 0.51% 0.28% -
XYZ 3.67 2.89 1.95 -
YUV 47.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 72 38 35 0 0.47 0.51 0.72 4.86 0.35 0.21
Hex 48 26 23 0 2F 33 48 5 23 15
Octal 110 46 43 0 57 63 110 5 43 25
Binary 1001000 100110 100011 0 101111 110011 1001000 101 100011 10101

Color Harmonies of #482623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482623

Black with #482623

Text Example


Text Example

White with #482623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482623; }

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

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

background-color css

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

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

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

border-color css

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

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

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