Html Css Color HEX #534308 Madras

📋 copy color: '#534308'

red 83 ◦ green 67 ◦ blue 8

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

Shades of Madras #534308

Tints of Madras #534308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

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

R = 52.53%
G = 42.41%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534308 (or 0x534308) is known color: Madras. HEX triplet: 53, 43 and 08. RGB value is (83,67,8). Sum of RGB (Red+Green+Blue) = 83+67+8=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534308 is #ACBCF7. Grayscale: #414141. Windows color (decimal): -11320568 or 541523. OLE color: 541523.

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

Color convert

RGB 83 67 8 -
CMYK 0 0.19 0.90 0.67
HSL 47.2º 0.82% 0.18% -
HSV(B) 47.2º 0.9% 0.33% -
XYZ 5.62 5.87 1.07 -
YUV 65.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 83 67 8 0 0.19 0.90 0.67 47.2 0.82 0.18
Hex 53 43 8 0 13 5A 43 2F 52 12
Octal 123 103 10 0 23 132 103 57 122 22
Binary 1010011 1000011 1000 0 10011 1011010 1000011 101111 1010010 10010

Color Harmonies of #534308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534308

Black with #534308

Text Example


Text Example

White with #534308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534308; }

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

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

background-color css

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

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

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

border-color css

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

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

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