Html Css Color HEX #532F2C Moccaccino

📋 copy color: '#532F2C'

red 83 ◦ green 47 ◦ blue 44

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

Shades of Moccaccino #532F2C

Tints of Moccaccino #532F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 47.7%
G = 27.01%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#532F2C (or 0x532F2C) is known color: Moccaccino. HEX triplet: 53, 2F and 2C. RGB value is (83,47,44). Sum of RGB (Red+Green+Blue) = 83+47+44=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F2C is #ACD0D3. Grayscale: #393939. Windows color (decimal): -11325652 or 2895699. OLE color: 2895699.

HSL color Cylindrical-coordinate representation of color #532F2C: hue angle of 4.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532F2C is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 47 44 -
CMYK 0 0.43 0.47 0.67
HSL 4.62º 0.31% 0.25% -
HSV(B) 4.62º 0.47% 0.33% -
XYZ 5.04 4.05 2.9 -
YUV 57.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 83 47 44 0 0.43 0.47 0.67 4.62 0.31 0.25
Hex 53 2F 2C 0 2B 2F 43 5 1F 19
Octal 123 57 54 0 53 57 103 5 37 31
Binary 1010011 101111 101100 0 101011 101111 1000011 101 11111 11001

Color Harmonies of #532F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F2C

Black with #532F2C

Text Example


Text Example

White with #532F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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