Html Css Color HEX #533129 Espresso

📋 copy color: '#533129'

red 83 ◦ green 49 ◦ blue 41

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

Shades of Espresso #533129

Tints of Espresso #533129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 47.98%
G = 28.32%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#533129 (or 0x533129) is known color: Espresso. HEX triplet: 53, 31 and 29. RGB value is (83,49,41). Sum of RGB (Red+Green+Blue) = 83+49+41=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533129 is #ACCED6. Grayscale: #3A3A3A. Windows color (decimal): -11325143 or 2699603. OLE color: 2699603.

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

Color convert

RGB 83 49 41 -
CMYK 0 0.41 0.51 0.67
HSL 11.43º 0.34% 0.24% -
HSV(B) 11.43º 0.51% 0.33% -
XYZ 5.07 4.2 2.64 -
YUV 58.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 83 49 41 0 0.41 0.51 0.67 11.43 0.34 0.24
Hex 53 31 29 0 29 33 43 B 22 18
Octal 123 61 51 0 51 63 103 13 42 30
Binary 1010011 110001 101001 0 101001 110011 1000011 1011 100010 11000

Color Harmonies of #533129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533129

Black with #533129

Text Example


Text Example

White with #533129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533129; }

 p { color: rgb(83,49,41); }

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

background-color css

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

 a { background-color: rgb(83,49,41); }

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

border-color css

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

 span { border-color: rgb(83,49,41); }

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