Html Css Color HEX #534015 Madras

📋 copy color: '#534015'

red 83 ◦ green 64 ◦ blue 21

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

Shades of Madras #534015

Tints of Madras #534015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 49.4%
G = 38.1%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534015 (or 0x534015) is known color: Madras. HEX triplet: 53, 40 and 15. RGB value is (83,64,21). Sum of RGB (Red+Green+Blue) = 83+64+21=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534015 is #ACBFEA. Grayscale: #404040. Windows color (decimal): -11321323 or 1392723. OLE color: 1392723.

HSL color Cylindrical-coordinate representation of color #534015: hue angle of 41.61º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #534015 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 21 -
CMYK 0 0.23 0.75 0.67
HSL 41.61º 0.6% 0.2% -
HSV(B) 41.61º 0.75% 0.33% -
XYZ 5.54 5.56 1.49 -
YUV 64.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 83 64 21 0 0.23 0.75 0.67 41.61 0.6 0.2
Hex 53 40 15 0 17 4B 43 2A 3C 14
Octal 123 100 25 0 27 113 103 52 74 24
Binary 1010011 1000000 10101 0 10111 1001011 1000011 101010 111100 10100

Color Harmonies of #534015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534015

Black with #534015

Text Example


Text Example

White with #534015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534015; }

 p { color: rgb(83,64,21); }

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

background-color css

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

 a { background-color: rgb(83,64,21); }

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

border-color css

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

 span { border-color: rgb(83,64,21); }

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