Html Css Color HEX #534207 Madras

📋 copy color: '#534207'

red 83 ◦ green 66 ◦ blue 7

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

Shades of Madras #534207

Tints of Madras #534207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 53.21%
G = 42.31%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534207 (or 0x534207) is known color: Madras. HEX triplet: 53, 42 and 07. RGB value is (83,66,7). Sum of RGB (Red+Green+Blue) = 83+66+7=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534207 is #ACBDF8. Grayscale: #404040. Windows color (decimal): -11320825 or 475731. OLE color: 475731.

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

Color convert

RGB 83 66 7 -
CMYK 0 0.20 0.92 0.67
HSL 46.58º 0.84% 0.18% -
HSV(B) 46.58º 0.92% 0.33% -
XYZ 5.55 5.75 1.02 -
YUV 64.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 83 66 7 0 0.20 0.92 0.67 46.58 0.84 0.18
Hex 53 42 7 0 14 5C 43 2F 54 12
Octal 123 102 7 0 24 134 103 57 124 22
Binary 1010011 1000010 111 0 10100 1011100 1000011 101111 1010100 10010

Color Harmonies of #534207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534207

Black with #534207

Text Example


Text Example

White with #534207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534207; }

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

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

background-color css

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

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

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

border-color css

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

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

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