Html Css Color HEX #534408 Madras

📋 copy color: '#534408'

red 83 ◦ green 68 ◦ blue 8

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

Shades of Madras #534408

Tints of Madras #534408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 52.2%
G = 42.77%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534408 (or 0x534408) is known color: Madras. HEX triplet: 53, 44 and 08. RGB value is (83,68,8). Sum of RGB (Red+Green+Blue) = 83+68+8=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534408 is #ACBBF7. Grayscale: #414141. Windows color (decimal): -11320312 or 541779. OLE color: 541779.

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

Color convert

RGB 83 68 8 -
CMYK 0 0.18 0.90 0.67
HSL 48º 0.82% 0.18% -
HSV(B) 48º 0.9% 0.33% -
XYZ 5.68 5.99 1.09 -
YUV 65.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 83 68 8 0 0.18 0.90 0.67 48 0.82 0.18
Hex 53 44 8 0 12 5A 43 30 52 12
Octal 123 104 10 0 22 132 103 60 122 22
Binary 1010011 1000100 1000 0 10010 1011010 1000011 110000 1010010 10010

Color Harmonies of #534408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534408

Black with #534408

Text Example


Text Example

White with #534408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534408; }

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

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

background-color css

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

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

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

border-color css

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

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

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