Html Css Color HEX #532E25 Espresso

📋 copy color: '#532E25'

red 83 ◦ green 46 ◦ blue 37

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

Shades of Espresso #532E25

Tints of Espresso #532E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

 BLUE value IS 37 (14.84% from 255) = 22.29%

R = 50%
G = 27.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532E25 (or 0x532E25) is known color: Espresso. HEX triplet: 53, 2E and 25. RGB value is (83,46,37). Sum of RGB (Red+Green+Blue) = 83+46+37=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E25 is #ACD1DA. Grayscale: #383838. Windows color (decimal): -11325915 or 2436691. OLE color: 2436691.

HSL color Cylindrical-coordinate representation of color #532E25: hue angle of 11.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532E25 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 37 -
CMYK 0 0.45 0.55 0.67
HSL 11.74º 0.38% 0.24% -
HSV(B) 11.74º 0.55% 0.33% -
XYZ 4.88 3.93 2.25 -
YUV 56.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 83 46 37 0 0.45 0.55 0.67 11.74 0.38 0.24
Hex 53 2E 25 0 2D 37 43 C 26 18
Octal 123 56 45 0 55 67 103 14 46 30
Binary 1010011 101110 100101 0 101101 110111 1000011 1100 100110 11000

Color Harmonies of #532E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E25

Black with #532E25

Text Example


Text Example

White with #532E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E25; }

 p { color: rgb(83,46,37); }

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

background-color css

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

 a { background-color: rgb(83,46,37); }

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

border-color css

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

 span { border-color: rgb(83,46,37); }

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