Html Css Color HEX #53430E Madras

📋 copy color: '#53430E'

red 83 ◦ green 67 ◦ blue 14

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

Shades of Madras #53430E

Tints of Madras #53430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 50.61%
G = 40.85%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53430E (or 0x53430E) is known color: Madras. HEX triplet: 53, 43 and 0E. RGB value is (83,67,14). Sum of RGB (Red+Green+Blue) = 83+67+14=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430E is #ACBCF1. Grayscale: #414141. Windows color (decimal): -11320562 or 934739. OLE color: 934739.

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

Color convert

RGB 83 67 14 -
CMYK 0 0.19 0.83 0.67
HSL 46.09º 0.71% 0.19% -
HSV(B) 46.09º 0.83% 0.33% -
XYZ 5.65 5.89 1.25 -
YUV 65.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 83 67 14 0 0.19 0.83 0.67 46.09 0.71 0.19
Hex 53 43 E 0 13 53 43 2E 47 13
Octal 123 103 16 0 23 123 103 56 107 23
Binary 1010011 1000011 1110 0 10011 1010011 1000011 101110 1000111 10011

Color Harmonies of #53430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53430E

Black with #53430E

Text Example


Text Example

White with #53430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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