Html Css Color HEX #532F25 Espresso

📋 copy color: '#532F25'

red 83 ◦ green 47 ◦ blue 37

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

Shades of Espresso #532F25

Tints of Espresso #532F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 49.7%
G = 28.14%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532F25 (or 0x532F25) is known color: Espresso. HEX triplet: 53, 2F and 25. RGB value is (83,47,37). Sum of RGB (Red+Green+Blue) = 83+47+37=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F25 is #ACD0DA. Grayscale: #383838. Windows color (decimal): -11325659 or 2436947. OLE color: 2436947.

HSL color Cylindrical-coordinate representation of color #532F25: hue angle of 13.04º 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 #532F25 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 47 37 -
CMYK 0 0.43 0.55 0.67
HSL 13.04º 0.38% 0.24% -
HSV(B) 13.04º 0.55% 0.33% -
XYZ 4.92 4.01 2.26 -
YUV 56.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 83 47 37 0 0.43 0.55 0.67 13.04 0.38 0.24
Hex 53 2F 25 0 2B 37 43 D 26 18
Octal 123 57 45 0 53 67 103 15 46 30
Binary 1010011 101111 100101 0 101011 110111 1000011 1101 100110 11000

Color Harmonies of #532F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F25

Black with #532F25

Text Example


Text Example

White with #532F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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