Html Css Color HEX #53430D Madras

📋 copy color: '#53430D'

red 83 ◦ green 67 ◦ blue 13

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

Shades of Madras #53430D

Tints of Madras #53430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 50.92%
G = 41.1%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53430D (or 0x53430D) is known color: Madras. HEX triplet: 53, 43 and 0D. RGB value is (83,67,13). Sum of RGB (Red+Green+Blue) = 83+67+13=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430D is #ACBCF2. Grayscale: #414141. Windows color (decimal): -11320563 or 869203. OLE color: 869203.

HSL color Cylindrical-coordinate representation of color #53430D: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53430D is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 13 -
CMYK 0 0.19 0.84 0.67
HSL 46.29º 0.73% 0.19% -
HSV(B) 46.29º 0.84% 0.33% -
XYZ 5.65 5.88 1.22 -
YUV 65.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 83 67 13 0 0.19 0.84 0.67 46.29 0.73 0.19
Hex 53 43 D 0 13 54 43 2E 49 13
Octal 123 103 15 0 23 124 103 56 111 23
Binary 1010011 1000011 1101 0 10011 1010100 1000011 101110 1001001 10011

Color Harmonies of #53430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53430D

Black with #53430D

Text Example


Text Example

White with #53430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53430D; }

 p { color: rgb(83,67,13); }

 H1.HeaderClassName
 {
   color: #53430D;
 }
 .AnyTagClassName
 {
   color: #53430D;
 }
</style>

background-color css

<style>
 a { background-color: #53430D; }

 a { background-color: rgb(83,67,13); }

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

border-color css

<style>
 span { border-color: #53430D; }

 span { border-color: rgb(83,67,13); }

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