Html Css Color HEX #533C10 Madras

📋 copy color: '#533C10'

red 83 ◦ green 60 ◦ blue 16

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

Shades of Madras #533C10

Tints of Madras #533C10

RGB

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

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

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

R = 52.2%
G = 37.74%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#533C10 (or 0x533C10) is known color: Madras. HEX triplet: 53, 3C and 10. RGB value is (83,60,16). Sum of RGB (Red+Green+Blue) = 83+60+16=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C10 is #ACC3EF. Grayscale: #3E3E3E. Windows color (decimal): -11322352 or 1064019. OLE color: 1064019.

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

Color convert

RGB 83 60 16 -
CMYK 0 0.28 0.81 0.67
HSL 39.4º 0.68% 0.19% -
HSV(B) 39.4º 0.81% 0.33% -
XYZ 5.28 5.11 1.2 -
YUV 61.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 83 60 16 0 0.28 0.81 0.67 39.4 0.68 0.19
Hex 53 3C 10 0 1C 51 43 27 44 13
Octal 123 74 20 0 34 121 103 47 104 23
Binary 1010011 111100 10000 0 11100 1010001 1000011 100111 1000100 10011

Color Harmonies of #533C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C10

Black with #533C10

Text Example


Text Example

White with #533C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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