Html Css Color HEX #534111 Madras

📋 copy color: '#534111'

red 83 ◦ green 65 ◦ blue 17

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

Shades of Madras #534111

Tints of Madras #534111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

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

R = 50.3%
G = 39.39%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#534111 (or 0x534111) is known color: Madras. HEX triplet: 53, 41 and 11. RGB value is (83,65,17). Sum of RGB (Red+Green+Blue) = 83+65+17=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534111 is #ACBEEE. Grayscale: #414141. Windows color (decimal): -11321071 or 1130835. OLE color: 1130835.

HSL color Cylindrical-coordinate representation of color #534111: hue angle of 43.64º 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 #534111 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 17 -
CMYK 0 0.22 0.80 0.67
HSL 43.64º 0.66% 0.2% -
HSV(B) 43.64º 0.8% 0.33% -
XYZ 5.56 5.66 1.33 -
YUV 64.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 83 65 17 0 0.22 0.80 0.67 43.64 0.66 0.2
Hex 53 41 11 0 16 50 43 2C 42 14
Octal 123 101 21 0 26 120 103 54 102 24
Binary 1010011 1000001 10001 0 10110 1010000 1000011 101100 1000010 10100

Color Harmonies of #534111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534111

Black with #534111

Text Example


Text Example

White with #534111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534111; }

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

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

background-color css

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

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

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

border-color css

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

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

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