Html Css Color HEX #526745 Tom Thumb

📋 copy color: '#526745'

red 82 ◦ green 103 ◦ blue 69

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

Shades of Tom Thumb #526745

Tints of Tom Thumb #526745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 32.28%
G = 40.55%
B = 27.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#526745 (or 0x526745) is known color: Tom Thumb. HEX triplet: 52, 67 and 45. RGB value is (82,103,69). Sum of RGB (Red+Green+Blue) = 82+103+69=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #526745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526745 is #AD98BA. Grayscale: #5C5C5C. Windows color (decimal): -11376827 or 4548434. OLE color: 4548434.

HSL color Cylindrical-coordinate representation of color #526745: hue angle of 97.06º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #526745 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 69 -
CMYK 0.20 0 0.33 0.60
HSL 97.06º 0.2% 0.34% -
HSV(B) 97.06º 0.33% 0.4% -
XYZ 9.4 11.92 7.44 -
YUV 92.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 82 103 69 0.20 0 0.33 0.60 97.06 0.2 0.34
Hex 52 67 45 14 0 21 3C 61 14 22
Octal 122 147 105 24 0 41 74 141 24 42
Binary 1010010 1100111 1000101 10100 0 100001 111100 1100001 10100 100010

Color Harmonies of #526745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526745

Black with #526745

Text Example


Text Example

White with #526745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526745; }

 p { color: rgb(82,103,69); }

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

background-color css

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

 a { background-color: rgb(82,103,69); }

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

border-color css

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

 span { border-color: rgb(82,103,69); }

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