Html Css Color HEX #532828 Moccaccino

📋 copy color: '#532828'

red 83 ◦ green 40 ◦ blue 40

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

Shades of Moccaccino #532828

Tints of Moccaccino #532828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 50.92%
G = 24.54%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532828 (or 0x532828) is known color: Moccaccino. HEX triplet: 53, 28 and 28. RGB value is (83,40,40). Sum of RGB (Red+Green+Blue) = 83+40+40=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532828 is #ACD7D7. Grayscale: #343434. Windows color (decimal): -11327448 or 2631763. OLE color: 2631763.

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

Color convert

RGB 83 40 40 -
CMYK 0 0.52 0.52 0.67
HSL 0.35% 0.24% -
HSV(B) 0.52% 0.33% -
XYZ 4.71 3.51 2.44 -
YUV 52.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 83 40 40 0 0.52 0.52 0.67 0 0.35 0.24
Hex 53 28 28 0 34 34 43 0 23 18
Octal 123 50 50 0 64 64 103 0 43 30
Binary 1010011 101000 101000 0 110100 110100 1000011 0 100011 11000

Color Harmonies of #532828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532828

Black with #532828

Text Example


Text Example

White with #532828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532828; }

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

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

background-color css

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

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

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

border-color css

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

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

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