Html Css Color HEX #533F11 Madras

📋 copy color: '#533F11'

red 83 ◦ green 63 ◦ blue 17

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

Shades of Madras #533F11

Tints of Madras #533F11

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 50.92%
G = 38.65%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533F11 (or 0x533F11) is known color: Madras. HEX triplet: 53, 3F and 11. RGB value is (83,63,17). Sum of RGB (Red+Green+Blue) = 83+63+17=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F11 is #ACC0EE. Grayscale: #3F3F3F. Windows color (decimal): -11321583 or 1130323. OLE color: 1130323.

HSL color Cylindrical-coordinate representation of color #533F11: hue angle of 41.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533F11 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 17 -
CMYK 0 0.24 0.80 0.67
HSL 41.82º 0.66% 0.2% -
HSV(B) 41.82º 0.8% 0.33% -
XYZ 5.45 5.43 1.29 -
YUV 63.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 83 63 17 0 0.24 0.80 0.67 41.82 0.66 0.2
Hex 53 3F 11 0 18 50 43 2A 42 14
Octal 123 77 21 0 30 120 103 52 102 24
Binary 1010011 111111 10001 0 11000 1010000 1000011 101010 1000010 10100

Color Harmonies of #533F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F11

Black with #533F11

Text Example


Text Example

White with #533F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,17); }

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

background-color css

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

 a { background-color: rgb(83,63,17); }

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

border-color css

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

 span { border-color: rgb(83,63,17); }

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