Html Css Color HEX #533231 Moccaccino

📋 copy color: '#533231'

red 83 ◦ green 50 ◦ blue 49

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

Shades of Moccaccino #533231

Tints of Moccaccino #533231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 45.6%
G = 27.47%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#533231 (or 0x533231) is known color: Moccaccino. HEX triplet: 53, 32 and 31. RGB value is (83,50,49). Sum of RGB (Red+Green+Blue) = 83+50+49=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533231 is #ACCDCE. Grayscale: #3B3B3B. Windows color (decimal): -11324879 or 3224147. OLE color: 3224147.

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

Color convert

RGB 83 50 49 -
CMYK 0 0.40 0.41 0.67
HSL 1.76º 0.26% 0.26% -
HSV(B) 1.76º 0.41% 0.33% -
XYZ 5.26 4.34 3.47 -
YUV 59.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 83 50 49 0 0.40 0.41 0.67 1.76 0.26 0.26
Hex 53 32 31 0 28 29 43 2 1A 1A
Octal 123 62 61 0 50 51 103 2 32 32
Binary 1010011 110010 110001 0 101000 101001 1000011 10 11010 11010

Color Harmonies of #533231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533231

Black with #533231

Text Example


Text Example

White with #533231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533231; }

 p { color: rgb(83,50,49); }

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

background-color css

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

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

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

border-color css

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

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

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