Html Css Color HEX #534404 Madras

📋 copy color: '#534404'

red 83 ◦ green 68 ◦ blue 4

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

Shades of Madras #534404

Tints of Madras #534404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 53.55%
G = 43.87%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534404 (or 0x534404) is known color: Madras. HEX triplet: 53, 44 and 04. RGB value is (83,68,4). Sum of RGB (Red+Green+Blue) = 83+68+4=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534404 is #ACBBFB. Grayscale: #414141. Windows color (decimal): -11320316 or 279635. OLE color: 279635.

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

Color convert

RGB 83 68 4 -
CMYK 0 0.18 0.95 0.67
HSL 48.61º 0.91% 0.17% -
HSV(B) 48.61º 0.95% 0.33% -
XYZ 5.66 5.98 0.97 -
YUV 65.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 83 68 4 0 0.18 0.95 0.67 48.61 0.91 0.17
Hex 53 44 4 0 12 5F 43 31 5B 11
Octal 123 104 4 0 22 137 103 61 133 21
Binary 1010011 1000100 100 0 10010 1011111 1000011 110001 1011011 10001

Color Harmonies of #534404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534404

Black with #534404

Text Example


Text Example

White with #534404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534404; }

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

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

background-color css

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

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

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

border-color css

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

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

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