Html Css Color HEX #53411B Madras

📋 copy color: '#53411B'

red 83 ◦ green 65 ◦ blue 27

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

Shades of Madras #53411B

Tints of Madras #53411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 47.43%
G = 37.14%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53411B (or 0x53411B) is known color: Madras. HEX triplet: 53, 41 and 1B. RGB value is (83,65,27). Sum of RGB (Red+Green+Blue) = 83+65+27=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53411B is #ACBEE4. Grayscale: #424242. Windows color (decimal): -11321061 or 1786195. OLE color: 1786195.

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

Color convert

RGB 83 65 27 -
CMYK 0 0.22 0.67 0.67
HSL 40.71º 0.51% 0.22% -
HSV(B) 40.71º 0.67% 0.33% -
XYZ 5.66 5.7 1.84 -
YUV 66.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 83 65 27 0 0.22 0.67 0.67 40.71 0.51 0.22
Hex 53 41 1B 0 16 43 43 29 33 16
Octal 123 101 33 0 26 103 103 51 63 26
Binary 1010011 1000001 11011 0 10110 1000011 1000011 101001 110011 10110

Color Harmonies of #53411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53411B

Black with #53411B

Text Example


Text Example

White with #53411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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