Html Css Color HEX #534407 Madras

📋 copy color: '#534407'

red 83 ◦ green 68 ◦ blue 7

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

Shades of Madras #534407

Tints of Madras #534407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 52.53%
G = 43.04%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534407 (or 0x534407) is known color: Madras. HEX triplet: 53, 44 and 07. RGB value is (83,68,7). Sum of RGB (Red+Green+Blue) = 83+68+7=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534407 is #ACBBF8. Grayscale: #414141. Windows color (decimal): -11320313 or 476243. OLE color: 476243.

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

Color convert

RGB 83 68 7 -
CMYK 0 0.18 0.92 0.67
HSL 48.16º 0.84% 0.18% -
HSV(B) 48.16º 0.92% 0.33% -
XYZ 5.67 5.99 1.06 -
YUV 65.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 83 68 7 0 0.18 0.92 0.67 48.16 0.84 0.18
Hex 53 44 7 0 12 5C 43 30 54 12
Octal 123 104 7 0 22 134 103 60 124 22
Binary 1010011 1000100 111 0 10010 1011100 1000011 110000 1010100 10010

Color Harmonies of #534407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534407

Black with #534407

Text Example


Text Example

White with #534407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534407; }

 p { color: rgb(83,68,7); }

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

background-color css

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

 a { background-color: rgb(83,68,7); }

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

border-color css

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

 span { border-color: rgb(83,68,7); }

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