Html Css Color HEX #534400 Madras

📋 copy color: '#534400'

red 83 ◦ green 68 ◦ blue 0

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

Shades of Madras #534400

Tints of Madras #534400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.97%
G = 45.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534400 (or 0x534400) is known color: Madras. HEX triplet: 53, 44 and 00. RGB value is (83,68,0). Sum of RGB (Red+Green+Blue) = 83+68+0=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #534400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534400 is #ACBBFF. Grayscale: #414141. Windows color (decimal): -11320320 or 17491. OLE color: 17491.

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

Color convert

RGB 83 68 0 -
CMYK 0 0.18 1 0.67
HSL 49.16º 1% 0.16% -
HSV(B) 49.16º 1% 0.33% -
XYZ 5.63 5.97 0.86 -
YUV 64.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 83 68 0 0 0.18 1 0.67 49.16 1 0.16
Hex 53 44 0 0 12 64 43 31 64 10
Octal 123 104 0 0 22 144 103 61 144 20
Binary 1010011 1000100 0 0 10010 1100100 1000011 110001 1100100 10000

Color Harmonies of #534400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534400

Black with #534400

Text Example


Text Example

White with #534400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534400; }

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

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

background-color css

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

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

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

border-color css

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

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

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