Html Css Color HEX #533F14 Madras

📋 copy color: '#533F14'

red 83 ◦ green 63 ◦ blue 20

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

Shades of Madras #533F14

Tints of Madras #533F14

RGB

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

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

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

R = 50%
G = 37.95%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533F14 (or 0x533F14) is known color: Madras. HEX triplet: 53, 3F and 14. RGB value is (83,63,20). Sum of RGB (Red+Green+Blue) = 83+63+20=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #533F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F14 is #ACC0EB. Grayscale: #404040. Windows color (decimal): -11321580 or 1326931. OLE color: 1326931.

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

Color convert

RGB 83 63 20 -
CMYK 0 0.24 0.76 0.67
HSL 40.95º 0.61% 0.2% -
HSV(B) 40.95º 0.76% 0.33% -
XYZ 5.47 5.44 1.42 -
YUV 64.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 83 63 20 0 0.24 0.76 0.67 40.95 0.61 0.2
Hex 53 3F 14 0 18 4C 43 29 3D 14
Octal 123 77 24 0 30 114 103 51 75 24
Binary 1010011 111111 10100 0 11000 1001100 1000011 101001 111101 10100

Color Harmonies of #533F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F14

Black with #533F14

Text Example


Text Example

White with #533F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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