Html Css Color HEX #534500 Madras

📋 copy color: '#534500'

red 83 ◦ green 69 ◦ blue 0

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

Shades of Madras #534500

Tints of Madras #534500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 54.61%
G = 45.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534500 (or 0x534500) is known color: Madras. HEX triplet: 53, 45 and 00. RGB value is (83,69,0). Sum of RGB (Red+Green+Blue) = 83+69+0=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534500 is #ACBAFF. Grayscale: #414141. Windows color (decimal): -11320064 or 17747. OLE color: 17747.

HSL color Cylindrical-coordinate representation of color #534500: hue angle of 49.88º 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 #534500 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 0 -
CMYK 0 0.17 1 0.67
HSL 49.88º 1% 0.16% -
HSV(B) 49.88º 1% 0.33% -
XYZ 5.7 6.1 0.88 -
YUV 65.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 83 69 0 0 0.17 1 0.67 49.88 1 0.16
Hex 53 45 0 0 11 64 43 32 64 10
Octal 123 105 0 0 21 144 103 62 144 20
Binary 1010011 1000101 0 0 10001 1100100 1000011 110010 1100100 10000

Color Harmonies of #534500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534500

Black with #534500

Text Example


Text Example

White with #534500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534500; }

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

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

background-color css

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

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

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

border-color css

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

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

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