Html Css Color HEX #482923 Espresso

📋 copy color: '#482923'

red 72 ◦ green 41 ◦ blue 35

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

Shades of Espresso #482923

Tints of Espresso #482923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 48.65%
G = 27.7%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482923 (or 0x482923) is known color: Espresso. HEX triplet: 48, 29 and 23. RGB value is (72,41,35). Sum of RGB (Red+Green+Blue) = 72+41+35=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482923 is #B7D6DC. Grayscale: #313131. Windows color (decimal): -12048093 or 2304328. OLE color: 2304328.

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

Color convert

RGB 72 41 35 -
CMYK 0 0.43 0.51 0.72
HSL 9.73º 0.35% 0.21% -
HSV(B) 9.73º 0.51% 0.28% -
XYZ 3.77 3.08 1.99 -
YUV 49.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 72 41 35 0 0.43 0.51 0.72 9.73 0.35 0.21
Hex 48 29 23 0 2B 33 48 A 23 15
Octal 110 51 43 0 53 63 110 12 43 25
Binary 1001000 101001 100011 0 101011 110011 1001000 1010 100011 10101

Color Harmonies of #482923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482923

Black with #482923

Text Example


Text Example

White with #482923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482923; }

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

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

background-color css

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

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

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

border-color css

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

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

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