Html Css Color HEX #532F26 Espresso

📋 copy color: '#532F26'

red 83 ◦ green 47 ◦ blue 38

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

Shades of Espresso #532F26

Tints of Espresso #532F26

RGB

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

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

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

R = 49.4%
G = 27.98%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#532F26 (or 0x532F26) is known color: Espresso. HEX triplet: 53, 2F and 26. RGB value is (83,47,38). Sum of RGB (Red+Green+Blue) = 83+47+38=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F26 is #ACD0D9. Grayscale: #383838. Windows color (decimal): -11325658 or 2502483. OLE color: 2502483.

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

Color convert

RGB 83 47 38 -
CMYK 0 0.43 0.54 0.67
HSL 12º 0.37% 0.24% -
HSV(B) 12º 0.54% 0.33% -
XYZ 4.93 4.01 2.35 -
YUV 56.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 83 47 38 0 0.43 0.54 0.67 12 0.37 0.24
Hex 53 2F 26 0 2B 36 43 C 25 18
Octal 123 57 46 0 53 66 103 14 45 30
Binary 1010011 101111 100110 0 101011 110110 1000011 1100 100101 11000

Color Harmonies of #532F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F26

Black with #532F26

Text Example


Text Example

White with #532F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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