Html Css Color HEX #52694B Tom Thumb

📋 copy color: '#52694B'

red 82 ◦ green 105 ◦ blue 75

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

Shades of Tom Thumb #52694B

Tints of Tom Thumb #52694B

RGB

 RED value IS 82 (32.42% from 255) = 31.3%

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

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 31.3%
G = 40.08%
B = 28.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#52694B (or 0x52694B) is known color: Tom Thumb. HEX triplet: 52, 69 and 4B. RGB value is (82,105,75). Sum of RGB (Red+Green+Blue) = 82+105+75=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #52694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52694B is #AD96B4. Grayscale: #5E5E5E. Windows color (decimal): -11376309 or 4942162. OLE color: 4942162.

HSL color Cylindrical-coordinate representation of color #52694B: hue angle of 106º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52694B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 75 -
CMYK 0.22 0 0.29 0.59
HSL 106º 0.17% 0.35% -
HSV(B) 106º 0.29% 0.41% -
XYZ 9.8 12.4 8.53 -
YUV 94.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 82 105 75 0.22 0 0.29 0.59 106 0.17 0.35
Hex 52 69 4B 16 0 1D 3B 6A 11 23
Octal 122 151 113 26 0 35 73 152 21 43
Binary 1010010 1101001 1001011 10110 0 11101 111011 1101010 10001 100011

Color Harmonies of #52694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52694B

Black with #52694B

Text Example


Text Example

White with #52694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52694B; }

 p { color: rgb(82,105,75); }

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

background-color css

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

 a { background-color: rgb(82,105,75); }

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

border-color css

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

 span { border-color: rgb(82,105,75); }

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