Html Css Color HEX #536249 Tom Thumb

📋 copy color: '#536249'

red 83 ◦ green 98 ◦ blue 73

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

Shades of Tom Thumb #536249

Tints of Tom Thumb #536249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.58%

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

R = 32.68%
G = 38.58%
B = 28.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#536249 (or 0x536249) is known color: Tom Thumb. HEX triplet: 53, 62 and 49. RGB value is (83,98,73). Sum of RGB (Red+Green+Blue) = 83+98+73=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #536249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536249 is #AC9DB6. Grayscale: #5A5A5A. Windows color (decimal): -11312567 or 4809299. OLE color: 4809299.

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

Color convert

RGB 83 98 73 -
CMYK 0.15 0 0.26 0.62
HSL 96º 0.15% 0.34% -
HSV(B) 96º 0.26% 0.38% -
XYZ 9.14 11.06 7.96 -
YUV 90.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 83 98 73 0.15 0 0.26 0.62 96 0.15 0.34
Hex 53 62 49 F 0 1A 3E 60 F 22
Octal 123 142 111 17 0 32 76 140 17 42
Binary 1010011 1100010 1001001 1111 0 11010 111110 1100000 1111 100010

Color Harmonies of #536249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536249

Black with #536249

Text Example


Text Example

White with #536249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536249; }

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

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

background-color css

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

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

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

border-color css

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

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

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