Html Css Color HEX #53421A Madras

📋 copy color: '#53421A'

red 83 ◦ green 66 ◦ blue 26

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

Shades of Madras #53421A

Tints of Madras #53421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 47.43%
G = 37.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53421A (or 0x53421A) is known color: Madras. HEX triplet: 53, 42 and 1A. RGB value is (83,66,26). Sum of RGB (Red+Green+Blue) = 83+66+26=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421A is #ACBDE5. Grayscale: #424242. Windows color (decimal): -11320806 or 1720915. OLE color: 1720915.

HSL color Cylindrical-coordinate representation of color #53421A: hue angle of 42.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53421A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 26 -
CMYK 0 0.20 0.69 0.67
HSL 42.11º 0.52% 0.21% -
HSV(B) 42.11º 0.69% 0.33% -
XYZ 5.7 5.81 1.8 -
YUV 66.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 83 66 26 0 0.20 0.69 0.67 42.11 0.52 0.21
Hex 53 42 1A 0 14 45 43 2A 34 15
Octal 123 102 32 0 24 105 103 52 64 25
Binary 1010011 1000010 11010 0 10100 1000101 1000011 101010 110100 10101

Color Harmonies of #53421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53421A

Black with #53421A

Text Example


Text Example

White with #53421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53421A; }

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

 H1.HeaderClassName
 {
   color: #53421A;
 }
 .AnyTagClassName
 {
   color: #53421A;
 }
</style>

background-color css

<style>
 a { background-color: #53421A; }

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

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

border-color css

<style>
 span { border-color: #53421A; }

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

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