Html Css Color HEX #532B2B Moccaccino

📋 copy color: '#532B2B'

red 83 ◦ green 43 ◦ blue 43

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

Shades of Moccaccino #532B2B

Tints of Moccaccino #532B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 49.11%
G = 25.44%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#532B2B (or 0x532B2B) is known color: Moccaccino. HEX triplet: 53, 2B and 2B. RGB value is (83,43,43). Sum of RGB (Red+Green+Blue) = 83+43+43=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B2B is #ACD4D4. Grayscale: #373737. Windows color (decimal): -11326677 or 2829139. OLE color: 2829139.

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

Color convert

RGB 83 43 43 -
CMYK 0 0.48 0.48 0.67
HSL 0.32% 0.25% -
HSV(B) 0.48% 0.33% -
XYZ 4.87 3.74 2.75 -
YUV 54.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 83 43 43 0 0.48 0.48 0.67 0 0.32 0.25
Hex 53 2B 2B 0 30 30 43 0 20 19
Octal 123 53 53 0 60 60 103 0 40 31
Binary 1010011 101011 101011 0 110000 110000 1000011 0 100000 11001

Color Harmonies of #532B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B2B

Black with #532B2B

Text Example


Text Example

White with #532B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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