Html Css Color HEX #533D10 Madras

📋 copy color: '#533D10'

red 83 ◦ green 61 ◦ blue 16

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

Shades of Madras #533D10

Tints of Madras #533D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 51.88%
G = 38.13%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#533D10 (or 0x533D10) is known color: Madras. HEX triplet: 53, 3D and 10. RGB value is (83,61,16). Sum of RGB (Red+Green+Blue) = 83+61+16=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D10 is #ACC2EF. Grayscale: #3E3E3E. Windows color (decimal): -11322096 or 1064275. OLE color: 1064275.

HSL color Cylindrical-coordinate representation of color #533D10: hue angle of 40.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #533D10 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 16 -
CMYK 0 0.27 0.81 0.67
HSL 40.3º 0.68% 0.19% -
HSV(B) 40.3º 0.81% 0.33% -
XYZ 5.33 5.21 1.22 -
YUV 62.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 83 61 16 0 0.27 0.81 0.67 40.3 0.68 0.19
Hex 53 3D 10 0 1B 51 43 28 44 13
Octal 123 75 20 0 33 121 103 50 104 23
Binary 1010011 111101 10000 0 11011 1010001 1000011 101000 1000100 10011

Color Harmonies of #533D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D10

Black with #533D10

Text Example


Text Example

White with #533D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533D10; }

 p { color: rgb(83,61,16); }

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

background-color css

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

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

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

border-color css

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

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

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