Html Css Color HEX #533D13 Madras

📋 copy color: '#533D13'

red 83 ◦ green 61 ◦ blue 19

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

Shades of Madras #533D13

Tints of Madras #533D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 50.92%
G = 37.42%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#533D13 (or 0x533D13) is known color: Madras. HEX triplet: 53, 3D and 13. RGB value is (83,61,19). Sum of RGB (Red+Green+Blue) = 83+61+19=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D13 is #ACC2EC. Grayscale: #3E3E3E. Windows color (decimal): -11322093 or 1260883. OLE color: 1260883.

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

Color convert

RGB 83 61 19 -
CMYK 0 0.27 0.77 0.67
HSL 39.38º 0.63% 0.2% -
HSV(B) 39.38º 0.77% 0.33% -
XYZ 5.35 5.22 1.34 -
YUV 62.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 83 61 19 0 0.27 0.77 0.67 39.38 0.63 0.2
Hex 53 3D 13 0 1B 4D 43 27 3F 14
Octal 123 75 23 0 33 115 103 47 77 24
Binary 1010011 111101 10011 0 11011 1001101 1000011 100111 111111 10100

Color Harmonies of #533D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D13

Black with #533D13

Text Example


Text Example

White with #533D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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