Html Css Color HEX #53440B Madras

📋 copy color: '#53440B'

red 83 ◦ green 68 ◦ blue 11

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

Shades of Madras #53440B

Tints of Madras #53440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 51.23%
G = 41.98%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53440B (or 0x53440B) is known color: Madras. HEX triplet: 53, 44 and 0B. RGB value is (83,68,11). Sum of RGB (Red+Green+Blue) = 83+68+11=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440B is #ACBBF4. Grayscale: #424242. Windows color (decimal): -11320309 or 738387. OLE color: 738387.

HSL color Cylindrical-coordinate representation of color #53440B: hue angle of 47.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53440B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 11 -
CMYK 0 0.18 0.87 0.67
HSL 47.5º 0.77% 0.18% -
HSV(B) 47.5º 0.87% 0.33% -
XYZ 5.69 6 1.17 -
YUV 65.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 83 68 11 0 0.18 0.87 0.67 47.5 0.77 0.18
Hex 53 44 B 0 12 57 43 30 4D 12
Octal 123 104 13 0 22 127 103 60 115 22
Binary 1010011 1000100 1011 0 10010 1010111 1000011 110000 1001101 10010

Color Harmonies of #53440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53440B

Black with #53440B

Text Example


Text Example

White with #53440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53440B; }

 p { color: rgb(83,68,11); }

 H1.HeaderClassName
 {
   color: #53440B;
 }
 .AnyTagClassName
 {
   color: #53440B;
 }
</style>

background-color css

<style>
 a { background-color: #53440B; }

 a { background-color: rgb(83,68,11); }

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

border-color css

<style>
 span { border-color: #53440B; }

 span { border-color: rgb(83,68,11); }

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