Html Css Color HEX #533C15 Madras

📋 copy color: '#533C15'

red 83 ◦ green 60 ◦ blue 21

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

Shades of Madras #533C15

Tints of Madras #533C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

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

R = 50.61%
G = 36.59%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533C15 (or 0x533C15) is known color: Madras. HEX triplet: 53, 3C and 15. RGB value is (83,60,21). Sum of RGB (Red+Green+Blue) = 83+60+21=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C15 is #ACC3EA. Grayscale: #3E3E3E. Windows color (decimal): -11322347 or 1391699. OLE color: 1391699.

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

Color convert

RGB 83 60 21 -
CMYK 0 0.28 0.75 0.67
HSL 37.74º 0.6% 0.2% -
HSV(B) 37.74º 0.75% 0.33% -
XYZ 5.32 5.12 1.42 -
YUV 62.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 83 60 21 0 0.28 0.75 0.67 37.74 0.6 0.2
Hex 53 3C 15 0 1C 4B 43 26 3C 14
Octal 123 74 25 0 34 113 103 46 74 24
Binary 1010011 111100 10101 0 11100 1001011 1000011 100110 111100 10100

Color Harmonies of #533C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C15

Black with #533C15

Text Example


Text Example

White with #533C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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