Html Css Color HEX #533D12 Madras

📋 copy color: '#533D12'

red 83 ◦ green 61 ◦ blue 18

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

Shades of Madras #533D12

Tints of Madras #533D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 51.23%
G = 37.65%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#533D12 (or 0x533D12) is known color: Madras. HEX triplet: 53, 3D and 12. RGB value is (83,61,18). Sum of RGB (Red+Green+Blue) = 83+61+18=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #533D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D12 is #ACC2ED. Grayscale: #3E3E3E. Windows color (decimal): -11322094 or 1195347. OLE color: 1195347.

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

Color convert

RGB 83 61 18 -
CMYK 0 0.27 0.78 0.67
HSL 39.69º 0.64% 0.2% -
HSV(B) 39.69º 0.78% 0.33% -
XYZ 5.35 5.22 1.3 -
YUV 62.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 83 61 18 0 0.27 0.78 0.67 39.69 0.64 0.2
Hex 53 3D 12 0 1B 4E 43 28 40 14
Octal 123 75 22 0 33 116 103 50 100 24
Binary 1010011 111101 10010 0 11011 1001110 1000011 101000 1000000 10100

Color Harmonies of #533D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D12

Black with #533D12

Text Example


Text Example

White with #533D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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