Html Css Color HEX #53410F Madras

📋 copy color: '#53410F'

red 83 ◦ green 65 ◦ blue 15

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

Shades of Madras #53410F

Tints of Madras #53410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 50.92%
G = 39.88%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53410F (or 0x53410F) is known color: Madras. HEX triplet: 53, 41 and 0F. RGB value is (83,65,15). Sum of RGB (Red+Green+Blue) = 83+65+15=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53410F is #ACBEF0. Grayscale: #404040. Windows color (decimal): -11321073 or 999763. OLE color: 999763.

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

Color convert

RGB 83 65 15 -
CMYK 0 0.22 0.82 0.67
HSL 44.12º 0.69% 0.19% -
HSV(B) 44.12º 0.82% 0.33% -
XYZ 5.54 5.65 1.25 -
YUV 64.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 83 65 15 0 0.22 0.82 0.67 44.12 0.69 0.19
Hex 53 41 F 0 16 52 43 2C 45 13
Octal 123 101 17 0 26 122 103 54 105 23
Binary 1010011 1000001 1111 0 10110 1010010 1000011 101100 1000101 10011

Color Harmonies of #53410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53410F

Black with #53410F

Text Example


Text Example

White with #53410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53410F; }

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

 H1.HeaderClassName
 {
   color: #53410F;
 }
 .AnyTagClassName
 {
   color: #53410F;
 }
</style>

background-color css

<style>
 a { background-color: #53410F; }

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

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

border-color css

<style>
 span { border-color: #53410F; }

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

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