Html Css Color HEX #533230 Espresso

📋 copy color: '#533230'

red 83 ◦ green 50 ◦ blue 48

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

Shades of Espresso #533230

Tints of Espresso #533230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 45.86%
G = 27.62%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533230 (or 0x533230) is known color: Espresso. HEX triplet: 53, 32 and 30. RGB value is (83,50,48). Sum of RGB (Red+Green+Blue) = 83+50+48=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #533230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533230 is #ACCDCF. Grayscale: #3B3B3B. Windows color (decimal): -11324880 or 3158611. OLE color: 3158611.

HSL color Cylindrical-coordinate representation of color #533230: hue angle of 3.43º 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 #533230 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 48 -
CMYK 0 0.40 0.42 0.67
HSL 3.43º 0.27% 0.26% -
HSV(B) 3.43º 0.42% 0.33% -
XYZ 5.24 4.33 3.36 -
YUV 59.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 83 50 48 0 0.40 0.42 0.67 3.43 0.27 0.26
Hex 53 32 30 0 28 2A 43 3 1B 1A
Octal 123 62 60 0 50 52 103 3 33 32
Binary 1010011 110010 110000 0 101000 101010 1000011 11 11011 11010

Color Harmonies of #533230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533230

Black with #533230

Text Example


Text Example

White with #533230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533230; }

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

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

background-color css

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

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

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

border-color css

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

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

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