Html Css Color HEX #532928 Moccaccino

📋 copy color: '#532928'

red 83 ◦ green 41 ◦ blue 40

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

Shades of Moccaccino #532928

Tints of Moccaccino #532928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 50.61%
G = 25%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532928 (or 0x532928) is known color: Moccaccino. HEX triplet: 53, 29 and 28. RGB value is (83,41,40). Sum of RGB (Red+Green+Blue) = 83+41+40=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532928 is #ACD6D7. Grayscale: #353535. Windows color (decimal): -11327192 or 2632019. OLE color: 2632019.

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

Color convert

RGB 83 41 40 -
CMYK 0 0.51 0.52 0.67
HSL 1.4º 0.35% 0.24% -
HSV(B) 1.4º 0.52% 0.33% -
XYZ 4.74 3.58 2.45 -
YUV 53.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 83 41 40 0 0.51 0.52 0.67 1.4 0.35 0.24
Hex 53 29 28 0 33 34 43 1 23 18
Octal 123 51 50 0 63 64 103 1 43 30
Binary 1010011 101001 101000 0 110011 110100 1000011 1 100011 11000

Color Harmonies of #532928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532928

Black with #532928

Text Example


Text Example

White with #532928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532928; }

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

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

background-color css

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

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

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

border-color css

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

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

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