Html Css Color HEX #536149 Tom Thumb

📋 copy color: '#536149'

red 83 ◦ green 97 ◦ blue 73

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

Shades of Tom Thumb #536149

Tints of Tom Thumb #536149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 32.81%
G = 38.34%
B = 28.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#536149 (or 0x536149) is known color: Tom Thumb. HEX triplet: 53, 61 and 49. RGB value is (83,97,73). Sum of RGB (Red+Green+Blue) = 83+97+73=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #536149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536149 is #AC9EB6. Grayscale: #5A5A5A. Windows color (decimal): -11312823 or 4809043. OLE color: 4809043.

HSL color Cylindrical-coordinate representation of color #536149: hue angle of 95º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536149 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 73 -
CMYK 0.14 0 0.25 0.62
HSL 95º 0.14% 0.33% -
HSV(B) 95º 0.25% 0.38% -
XYZ 9.04 10.87 7.92 -
YUV 90.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 83 97 73 0.14 0 0.25 0.62 95 0.14 0.33
Hex 53 61 49 E 0 19 3E 5F E 21
Octal 123 141 111 16 0 31 76 137 16 41
Binary 1010011 1100001 1001001 1110 0 11001 111110 1011111 1110 100001

Color Harmonies of #536149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536149

Black with #536149

Text Example


Text Example

White with #536149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536149; }

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

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

background-color css

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

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

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

border-color css

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

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

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