Html Css Color HEX #533530 Espresso

📋 copy color: '#533530'

red 83 ◦ green 53 ◦ blue 48

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

Shades of Espresso #533530

Tints of Espresso #533530

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 45.11%
G = 28.8%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533530 (or 0x533530) is known color: Espresso. HEX triplet: 53, 35 and 30. RGB value is (83,53,48). Sum of RGB (Red+Green+Blue) = 83+53+48=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533530 is #ACCACF. Grayscale: #3D3D3D. Windows color (decimal): -11324112 or 3159379. OLE color: 3159379.

HSL color Cylindrical-coordinate representation of color #533530: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533530 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 48 -
CMYK 0 0.36 0.42 0.67
HSL 8.57º 0.27% 0.26% -
HSV(B) 8.57º 0.42% 0.33% -
XYZ 5.37 4.6 3.4 -
YUV 61.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 83 53 48 0 0.36 0.42 0.67 8.57 0.27 0.26
Hex 53 35 30 0 24 2A 43 9 1B 1A
Octal 123 65 60 0 44 52 103 11 33 32
Binary 1010011 110101 110000 0 100100 101010 1000011 1001 11011 11010

Color Harmonies of #533530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533530

Black with #533530

Text Example


Text Example

White with #533530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533530; }

 p { color: rgb(83,53,48); }

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

background-color css

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

 a { background-color: rgb(83,53,48); }

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

border-color css

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

 span { border-color: rgb(83,53,48); }

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