Html Css Color HEX #533D14 Madras

📋 copy color: '#533D14'

red 83 ◦ green 61 ◦ blue 20

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

Shades of Madras #533D14

Tints of Madras #533D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 50.61%
G = 37.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533D14 (or 0x533D14) is known color: Madras. HEX triplet: 53, 3D and 14. RGB value is (83,61,20). Sum of RGB (Red+Green+Blue) = 83+61+20=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D14 is #ACC2EB. Grayscale: #3F3F3F. Windows color (decimal): -11322092 or 1326419. OLE color: 1326419.

HSL color Cylindrical-coordinate representation of color #533D14: hue angle of 39.05º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533D14 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 20 -
CMYK 0 0.27 0.76 0.67
HSL 39.05º 0.61% 0.2% -
HSV(B) 39.05º 0.76% 0.33% -
XYZ 5.36 5.23 1.39 -
YUV 62.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 83 61 20 0 0.27 0.76 0.67 39.05 0.61 0.2
Hex 53 3D 14 0 1B 4C 43 27 3D 14
Octal 123 75 24 0 33 114 103 47 75 24
Binary 1010011 111101 10100 0 11011 1001100 1000011 100111 111101 10100

Color Harmonies of #533D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D14

Black with #533D14

Text Example


Text Example

White with #533D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,20); }

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

background-color css

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

 a { background-color: rgb(83,61,20); }

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

border-color css

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

 span { border-color: rgb(83,61,20); }

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