Html Css Color HEX #475841 Tom Thumb

📋 copy color: '#475841'

red 71 ◦ green 88 ◦ blue 65

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

Shades of Tom Thumb #475841

Tints of Tom Thumb #475841

RGB

 RED value IS 71 (28.13% from 255) = 31.7%

 GREEN value IS 88 (34.77% from 255) = 39.29%

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 31.7%
G = 39.29%
B = 29.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#475841 (or 0x475841) is known color: Tom Thumb. HEX triplet: 47, 58 and 41. RGB value is (71,88,65). Sum of RGB (Red+Green+Blue) = 71+88+65=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #475841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475841 is #B8A7BE. Grayscale: #505050. Windows color (decimal): -12101567 or 4282439. OLE color: 4282439.

HSL color Cylindrical-coordinate representation of color #475841: hue angle of 104.35º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475841 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 65 -
CMYK 0.19 0 0.26 0.65
HSL 104.35º 0.15% 0.3% -
HSV(B) 104.35º 0.26% 0.35% -
XYZ 7.04 8.7 6.31 -
YUV 80.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 71 88 65 0.19 0 0.26 0.65 104.35 0.15 0.3
Hex 47 58 41 13 0 1A 41 68 F 1E
Octal 107 130 101 23 0 32 101 150 17 36
Binary 1000111 1011000 1000001 10011 0 11010 1000001 1101000 1111 11110

Color Harmonies of #475841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475841

Black with #475841

Text Example


Text Example

White with #475841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475841; }

 p { color: rgb(71,88,65); }

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

background-color css

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

 a { background-color: rgb(71,88,65); }

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

border-color css

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

 span { border-color: rgb(71,88,65); }

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