Html Css Color HEX #534215 Madras

📋 copy color: '#534215'

red 83 ◦ green 66 ◦ blue 21

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

Shades of Madras #534215

Tints of Madras #534215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 48.82%
G = 38.82%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#534215 (or 0x534215) is known color: Madras. HEX triplet: 53, 42 and 15. RGB value is (83,66,21). Sum of RGB (Red+Green+Blue) = 83+66+21=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534215 is #ACBDEA. Grayscale: #424242. Windows color (decimal): -11320811 or 1393235. OLE color: 1393235.

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

Color convert

RGB 83 66 21 -
CMYK 0 0.20 0.75 0.67
HSL 43.55º 0.6% 0.2% -
HSV(B) 43.55º 0.75% 0.33% -
XYZ 5.65 5.79 1.53 -
YUV 65.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 83 66 21 0 0.20 0.75 0.67 43.55 0.6 0.2
Hex 53 42 15 0 14 4B 43 2C 3C 14
Octal 123 102 25 0 24 113 103 54 74 24
Binary 1010011 1000010 10101 0 10100 1001011 1000011 101100 111100 10100

Color Harmonies of #534215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534215

Black with #534215

Text Example


Text Example

White with #534215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534215; }

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

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

background-color css

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

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

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

border-color css

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

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

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