Html Css Color HEX #534208 Madras

📋 copy color: '#534208'

red 83 ◦ green 66 ◦ blue 8

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

Shades of Madras #534208

Tints of Madras #534208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

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

R = 52.87%
G = 42.04%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534208 (or 0x534208) is known color: Madras. HEX triplet: 53, 42 and 08. RGB value is (83,66,8). Sum of RGB (Red+Green+Blue) = 83+66+8=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534208 is #ACBDF7. Grayscale: #404040. Windows color (decimal): -11320824 or 541267. OLE color: 541267.

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

Color convert

RGB 83 66 8 -
CMYK 0 0.20 0.90 0.67
HSL 46.4º 0.82% 0.18% -
HSV(B) 46.4º 0.9% 0.33% -
XYZ 5.56 5.75 1.05 -
YUV 64.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 83 66 8 0 0.20 0.90 0.67 46.4 0.82 0.18
Hex 53 42 8 0 14 5A 43 2E 52 12
Octal 123 102 10 0 24 132 103 56 122 22
Binary 1010011 1000010 1000 0 10100 1011010 1000011 101110 1010010 10010

Color Harmonies of #534208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534208

Black with #534208

Text Example


Text Example

White with #534208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534208; }

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

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

background-color css

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

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

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

border-color css

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

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

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