Html Css Color HEX #534110 Madras

📋 copy color: '#534110'

red 83 ◦ green 65 ◦ blue 16

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

Shades of Madras #534110

Tints of Madras #534110

RGB

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

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

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

R = 50.61%
G = 39.63%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534110 (or 0x534110) is known color: Madras. HEX triplet: 53, 41 and 10. RGB value is (83,65,16). Sum of RGB (Red+Green+Blue) = 83+65+16=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534110 is #ACBEEF. Grayscale: #414141. Windows color (decimal): -11321072 or 1065299. OLE color: 1065299.

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

Color convert

RGB 83 65 16 -
CMYK 0 0.22 0.81 0.67
HSL 43.88º 0.68% 0.19% -
HSV(B) 43.88º 0.81% 0.33% -
XYZ 5.55 5.66 1.29 -
YUV 64.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 83 65 16 0 0.22 0.81 0.67 43.88 0.68 0.19
Hex 53 41 10 0 16 51 43 2C 44 13
Octal 123 101 20 0 26 121 103 54 104 23
Binary 1010011 1000001 10000 0 10110 1010001 1000011 101100 1000100 10011

Color Harmonies of #534110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534110

Black with #534110

Text Example


Text Example

White with #534110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534110; }

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

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

background-color css

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

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

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

border-color css

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

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

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