Html Css Color HEX #534113 Madras

📋 copy color: '#534113'

red 83 ◦ green 65 ◦ blue 19

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

Shades of Madras #534113

Tints of Madras #534113

RGB

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

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

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

R = 49.7%
G = 38.92%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534113 (or 0x534113) is known color: Madras. HEX triplet: 53, 41 and 13. RGB value is (83,65,19). Sum of RGB (Red+Green+Blue) = 83+65+19=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534113 is #ACBEEC. Grayscale: #414141. Windows color (decimal): -11321069 or 1261907. OLE color: 1261907.

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

Color convert

RGB 83 65 19 -
CMYK 0 0.22 0.77 0.67
HSL 43.13º 0.63% 0.2% -
HSV(B) 43.13º 0.77% 0.33% -
XYZ 5.58 5.67 1.42 -
YUV 65.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 83 65 19 0 0.22 0.77 0.67 43.13 0.63 0.2
Hex 53 41 13 0 16 4D 43 2B 3F 14
Octal 123 101 23 0 26 115 103 53 77 24
Binary 1010011 1000001 10011 0 10110 1001101 1000011 101011 111111 10100

Color Harmonies of #534113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534113

Black with #534113

Text Example


Text Example

White with #534113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534113; }

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

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

background-color css

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

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

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

border-color css

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

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

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