Html Css Color HEX #533130 Moccaccino

📋 copy color: '#533130'

red 83 ◦ green 49 ◦ blue 48

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

Shades of Moccaccino #533130

Tints of Moccaccino #533130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 46.11%
G = 27.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533130 (or 0x533130) is known color: Moccaccino. HEX triplet: 53, 31 and 30. RGB value is (83,49,48). Sum of RGB (Red+Green+Blue) = 83+49+48=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #533130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533130 is #ACCECF. Grayscale: #3B3B3B. Windows color (decimal): -11325136 or 3158355. OLE color: 3158355.

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

Color convert

RGB 83 49 48 -
CMYK 0 0.41 0.42 0.67
HSL 1.71º 0.27% 0.26% -
HSV(B) 1.71º 0.42% 0.33% -
XYZ 5.2 4.25 3.34 -
YUV 59.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 83 49 48 0 0.41 0.42 0.67 1.71 0.27 0.26
Hex 53 31 30 0 29 2A 43 2 1B 1A
Octal 123 61 60 0 51 52 103 2 33 32
Binary 1010011 110001 110000 0 101001 101010 1000011 10 11011 11010

Color Harmonies of #533130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533130

Black with #533130

Text Example


Text Example

White with #533130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533130; }

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

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

background-color css

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

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

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

border-color css

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

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

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