Html Css Color HEX #533331 Espresso

📋 copy color: '#533331'

red 83 ◦ green 51 ◦ blue 49

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

Shades of Espresso #533331

Tints of Espresso #533331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 45.36%
G = 27.87%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#533331 (or 0x533331) is known color: Espresso. HEX triplet: 53, 33 and 31. RGB value is (83,51,49). Sum of RGB (Red+Green+Blue) = 83+51+49=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533331 is #ACCCCE. Grayscale: #3C3C3C. Windows color (decimal): -11324623 or 3224403. OLE color: 3224403.

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

Color convert

RGB 83 51 49 -
CMYK 0 0.39 0.41 0.67
HSL 3.53º 0.26% 0.26% -
HSV(B) 3.53º 0.41% 0.33% -
XYZ 5.31 4.43 3.48 -
YUV 60.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 83 51 49 0 0.39 0.41 0.67 3.53 0.26 0.26
Hex 53 33 31 0 27 29 43 4 1A 1A
Octal 123 63 61 0 47 51 103 4 32 32
Binary 1010011 110011 110001 0 100111 101001 1000011 100 11010 11010

Color Harmonies of #533331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533331

Black with #533331

Text Example


Text Example

White with #533331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533331; }

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

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

background-color css

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

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

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

border-color css

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

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

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