Html Css Color HEX #53694D Tom Thumb

📋 copy color: '#53694D'

red 83 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #53694D

Tints of Tom Thumb #53694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 31.32%
G = 39.62%
B = 29.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#53694D (or 0x53694D) is known color: Tom Thumb. HEX triplet: 53, 69 and 4D. RGB value is (83,105,77). Sum of RGB (Red+Green+Blue) = 83+105+77=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #53694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53694D is #AC96B2. Grayscale: #5F5F5F. Windows color (decimal): -11310771 or 5073235. OLE color: 5073235.

HSL color Cylindrical-coordinate representation of color #53694D: hue angle of 107.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53694D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 77 -
CMYK 0.21 0 0.27 0.59
HSL 107.14º 0.15% 0.36% -
HSV(B) 107.14º 0.27% 0.41% -
XYZ 9.96 12.48 8.9 -
YUV 95.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 83 105 77 0.21 0 0.27 0.59 107.14 0.15 0.36
Hex 53 69 4D 15 0 1B 3B 6B F 24
Octal 123 151 115 25 0 33 73 153 17 44
Binary 1010011 1101001 1001101 10101 0 11011 111011 1101011 1111 100100

Color Harmonies of #53694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53694D

Black with #53694D

Text Example


Text Example

White with #53694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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