Html Css Color HEX #536949 Tom Thumb

📋 copy color: '#536949'

red 83 ◦ green 105 ◦ blue 73

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

Shades of Tom Thumb #536949

Tints of Tom Thumb #536949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 31.8%
G = 40.23%
B = 27.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#536949 (or 0x536949) is known color: Tom Thumb. HEX triplet: 53, 69 and 49. RGB value is (83,105,73). Sum of RGB (Red+Green+Blue) = 83+105+73=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #536949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536949 is #AC96B6. Grayscale: #5E5E5E. Windows color (decimal): -11310775 or 4811091. OLE color: 4811091.

HSL color Cylindrical-coordinate representation of color #536949: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536949 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 73 -
CMYK 0.21 0 0.30 0.59
HSL 101.25º 0.18% 0.35% -
HSV(B) 101.25º 0.3% 0.41% -
XYZ 9.82 12.42 8.18 -
YUV 94.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 83 105 73 0.21 0 0.30 0.59 101.25 0.18 0.35
Hex 53 69 49 15 0 1E 3B 65 12 23
Octal 123 151 111 25 0 36 73 145 22 43
Binary 1010011 1101001 1001001 10101 0 11110 111011 1100101 10010 100011

Color Harmonies of #536949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536949

Black with #536949

Text Example


Text Example

White with #536949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536949; }

 p { color: rgb(83,105,73); }

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

background-color css

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

 a { background-color: rgb(83,105,73); }

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

border-color css

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

 span { border-color: rgb(83,105,73); }

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