Html Css Color HEX #533D16 Madras

📋 copy color: '#533D16'

red 83 ◦ green 61 ◦ blue 22

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

Shades of Madras #533D16

Tints of Madras #533D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 50%
G = 36.75%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#533D16 (or 0x533D16) is known color: Madras. HEX triplet: 53, 3D and 16. RGB value is (83,61,22). Sum of RGB (Red+Green+Blue) = 83+61+22=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #533D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D16 is #ACC2E9. Grayscale: #3F3F3F. Windows color (decimal): -11322090 or 1457491. OLE color: 1457491.

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

Color convert

RGB 83 61 22 -
CMYK 0 0.27 0.73 0.67
HSL 38.36º 0.58% 0.21% -
HSV(B) 38.36º 0.73% 0.33% -
XYZ 5.38 5.23 1.49 -
YUV 63.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 83 61 22 0 0.27 0.73 0.67 38.36 0.58 0.21
Hex 53 3D 16 0 1B 49 43 26 3A 15
Octal 123 75 26 0 33 111 103 46 72 25
Binary 1010011 111101 10110 0 11011 1001001 1000011 100110 111010 10101

Color Harmonies of #533D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D16

Black with #533D16

Text Example


Text Example

White with #533D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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