Html Css Color HEX #4B5C44 Tom Thumb

📋 copy color: '#4B5C44'

red 75 ◦ green 92 ◦ blue 68

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

Shades of Tom Thumb #4B5C44

Tints of Tom Thumb #4B5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.15%

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

R = 31.91%
G = 39.15%
B = 28.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#4B5C44 (or 0x4B5C44) is known color: Tom Thumb. HEX triplet: 4B, 5C and 44. RGB value is (75,92,68). Sum of RGB (Red+Green+Blue) = 75+92+68=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C44 is #B4A3BB. Grayscale: #545454. Windows color (decimal): -11838396 or 4480075. OLE color: 4480075.

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

Color convert

RGB 75 92 68 -
CMYK 0.18 0 0.26 0.64
HSL 102.5º 0.15% 0.31% -
HSV(B) 102.5º 0.26% 0.36% -
XYZ 7.77 9.57 6.91 -
YUV 84.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 75 92 68 0.18 0 0.26 0.64 102.5 0.15 0.31
Hex 4B 5C 44 12 0 1A 40 66 F 1F
Octal 113 134 104 22 0 32 100 146 17 37
Binary 1001011 1011100 1000100 10010 0 11010 1000000 1100110 1111 11111

Color Harmonies of #4B5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5C44

Black with #4B5C44

Text Example


Text Example

White with #4B5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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