Html Css Color HEX #53420F Madras

📋 copy color: '#53420F'

red 83 ◦ green 66 ◦ blue 15

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

Shades of Madras #53420F

Tints of Madras #53420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

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

R = 50.61%
G = 40.24%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53420F (or 0x53420F) is known color: Madras. HEX triplet: 53, 42 and 0F. RGB value is (83,66,15). Sum of RGB (Red+Green+Blue) = 83+66+15=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53420F is #ACBDF0. Grayscale: #414141. Windows color (decimal): -11320817 or 1000019. OLE color: 1000019.

HSL color Cylindrical-coordinate representation of color #53420F: hue angle of 45º 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 #53420F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 15 -
CMYK 0 0.20 0.82 0.67
HSL 45º 0.69% 0.19% -
HSV(B) 45º 0.82% 0.33% -
XYZ 5.6 5.77 1.27 -
YUV 65.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 83 66 15 0 0.20 0.82 0.67 45 0.69 0.19
Hex 53 42 F 0 14 52 43 2D 45 13
Octal 123 102 17 0 24 122 103 55 105 23
Binary 1010011 1000010 1111 0 10100 1010010 1000011 101101 1000101 10011

Color Harmonies of #53420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53420F

Black with #53420F

Text Example


Text Example

White with #53420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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