Html Css Color HEX #4B5B44 Tom Thumb

📋 copy color: '#4B5B44'

red 75 ◦ green 91 ◦ blue 68

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

Shades of Tom Thumb #4B5B44

Tints of Tom Thumb #4B5B44

RGB

 RED value IS 75 (29.69% from 255) = 32.05%

 GREEN value IS 91 (35.94% from 255) = 38.89%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 32.05%
G = 38.89%
B = 29.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#4B5B44 (or 0x4B5B44) is known color: Tom Thumb. HEX triplet: 4B, 5B and 44. RGB value is (75,91,68). Sum of RGB (Red+Green+Blue) = 75+91+68=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5B44 is #B4A4BB. Grayscale: #535353. Windows color (decimal): -11838652 or 4479819. OLE color: 4479819.

HSL color Cylindrical-coordinate representation of color #4B5B44: hue angle of 101.74º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B5B44 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 91 68 -
CMYK 0.18 0 0.25 0.64
HSL 101.74º 0.14% 0.31% -
HSV(B) 101.74º 0.25% 0.36% -
XYZ 7.69 9.4 6.88 -
YUV 83.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 75 91 68 0.18 0 0.25 0.64 101.74 0.14 0.31
Hex 4B 5B 44 12 0 19 40 66 E 1F
Octal 113 133 104 22 0 31 100 146 16 37
Binary 1001011 1011011 1000100 10010 0 11001 1000000 1100110 1110 11111

Color Harmonies of #4B5B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5B44

Black with #4B5B44

Text Example


Text Example

White with #4B5B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5B44; }

 p { color: rgb(75,91,68); }

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

background-color css

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

 a { background-color: rgb(75,91,68); }

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

border-color css

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

 span { border-color: rgb(75,91,68); }

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