Html Css Color HEX #532827 Moccaccino

📋 copy color: '#532827'

red 83 ◦ green 40 ◦ blue 39

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

Shades of Moccaccino #532827

Tints of Moccaccino #532827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.07%

R = 51.23%
G = 24.69%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#532827 (or 0x532827) is known color: Moccaccino. HEX triplet: 53, 28 and 27. RGB value is (83,40,39). Sum of RGB (Red+Green+Blue) = 83+40+39=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532827 is #ACD7D8. Grayscale: #343434. Windows color (decimal): -11327449 or 2566227. OLE color: 2566227.

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

Color convert

RGB 83 40 39 -
CMYK 0 0.52 0.53 0.67
HSL 1.36º 0.36% 0.24% -
HSV(B) 1.36º 0.53% 0.33% -
XYZ 4.69 3.5 2.35 -
YUV 52.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 83 40 39 0 0.52 0.53 0.67 1.36 0.36 0.24
Hex 53 28 27 0 34 35 43 1 24 18
Octal 123 50 47 0 64 65 103 1 44 30
Binary 1010011 101000 100111 0 110100 110101 1000011 1 100100 11000

Color Harmonies of #532827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532827

Black with #532827

Text Example


Text Example

White with #532827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532827; }

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

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

background-color css

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

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

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

border-color css

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

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

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