Html Css Color HEX #533F10 Madras

📋 copy color: '#533F10'

red 83 ◦ green 63 ◦ blue 16

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

Shades of Madras #533F10

Tints of Madras #533F10

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

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

R = 51.23%
G = 38.89%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#533F10 (or 0x533F10) is known color: Madras. HEX triplet: 53, 3F and 10. RGB value is (83,63,16). Sum of RGB (Red+Green+Blue) = 83+63+16=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #533F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F10 is #ACC0EF. Grayscale: #3F3F3F. Windows color (decimal): -11321584 or 1064787. OLE color: 1064787.

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

Color convert

RGB 83 63 16 -
CMYK 0 0.24 0.81 0.67
HSL 42.09º 0.68% 0.19% -
HSV(B) 42.09º 0.81% 0.33% -
XYZ 5.44 5.43 1.25 -
YUV 63.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 83 63 16 0 0.24 0.81 0.67 42.09 0.68 0.19
Hex 53 3F 10 0 18 51 43 2A 44 13
Octal 123 77 20 0 30 121 103 52 104 23
Binary 1010011 111111 10000 0 11000 1010001 1000011 101010 1000100 10011

Color Harmonies of #533F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F10

Black with #533F10

Text Example


Text Example

White with #533F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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