Html Css Color HEX #533026 Espresso

📋 copy color: '#533026'

red 83 ◦ green 48 ◦ blue 38

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

Shades of Espresso #533026

Tints of Espresso #533026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 49.11%
G = 28.4%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#533026 (or 0x533026) is known color: Espresso. HEX triplet: 53, 30 and 26. RGB value is (83,48,38). Sum of RGB (Red+Green+Blue) = 83+48+38=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533026 is #ACCFD9. Grayscale: #393939. Windows color (decimal): -11325402 or 2502739. OLE color: 2502739.

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

Color convert

RGB 83 48 38 -
CMYK 0 0.42 0.54 0.67
HSL 13.33º 0.37% 0.24% -
HSV(B) 13.33º 0.54% 0.33% -
XYZ 4.97 4.09 2.36 -
YUV 57.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 83 48 38 0 0.42 0.54 0.67 13.33 0.37 0.24
Hex 53 30 26 0 2A 36 43 D 25 18
Octal 123 60 46 0 52 66 103 15 45 30
Binary 1010011 110000 100110 0 101010 110110 1000011 1101 100101 11000

Color Harmonies of #533026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533026

Black with #533026

Text Example


Text Example

White with #533026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533026; }

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

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

background-color css

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

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

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

border-color css

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

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

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