Html Css Color HEX #53411C Madras

📋 copy color: '#53411C'

red 83 ◦ green 65 ◦ blue 28

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

Shades of Madras #53411C

Tints of Madras #53411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 47.16%
G = 36.93%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53411C (or 0x53411C) is known color: Madras. HEX triplet: 53, 41 and 1C. RGB value is (83,65,28). Sum of RGB (Red+Green+Blue) = 83+65+28=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53411C is #ACBEE3. Grayscale: #424242. Windows color (decimal): -11321060 or 1851731. OLE color: 1851731.

HSL color Cylindrical-coordinate representation of color #53411C: hue angle of 40.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53411C is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 65 28 -
CMYK 0 0.22 0.66 0.67
HSL 40.36º 0.5% 0.22% -
HSV(B) 40.36º 0.66% 0.33% -
XYZ 5.67 5.7 1.9 -
YUV 66.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 83 65 28 0 0.22 0.66 0.67 40.36 0.5 0.22
Hex 53 41 1C 0 16 42 43 28 32 16
Octal 123 101 34 0 26 102 103 50 62 26
Binary 1010011 1000001 11100 0 10110 1000010 1000011 101000 110010 10110

Color Harmonies of #53411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53411C

Black with #53411C

Text Example


Text Example

White with #53411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53411C; }

 p { color: rgb(83,65,28); }

 H1.HeaderClassName
 {
   color: #53411C;
 }
 .AnyTagClassName
 {
   color: #53411C;
 }
</style>

background-color css

<style>
 a { background-color: #53411C; }

 a { background-color: rgb(83,65,28); }

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

border-color css

<style>
 span { border-color: #53411C; }

 span { border-color: rgb(83,65,28); }

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