Html Css Color HEX #4B613E Tom Thumb

📋 copy color: '#4B613E'

red 75 ◦ green 97 ◦ blue 62

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

Shades of Tom Thumb #4B613E

Tints of Tom Thumb #4B613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 32.05%
G = 41.45%
B = 26.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#4B613E (or 0x4B613E) is known color: Tom Thumb. HEX triplet: 4B, 61 and 3E. RGB value is (75,97,62). Sum of RGB (Red+Green+Blue) = 75+97+62=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #4B613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B613E is #B49EC1. Grayscale: #565656. Windows color (decimal): -11837122 or 4088139. OLE color: 4088139.

HSL color Cylindrical-coordinate representation of color #4B613E: hue angle of 97.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B613E is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 62 -
CMYK 0.23 0 0.36 0.62
HSL 97.71º 0.22% 0.31% -
HSV(B) 97.71º 0.36% 0.38% -
XYZ 8.05 10.39 6.14 -
YUV 86.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 75 97 62 0.23 0 0.36 0.62 97.71 0.22 0.31
Hex 4B 61 3E 17 0 24 3E 62 16 1F
Octal 113 141 76 27 0 44 76 142 26 37
Binary 1001011 1100001 111110 10111 0 100100 111110 1100010 10110 11111

Color Harmonies of #4B613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B613E

Black with #4B613E

Text Example


Text Example

White with #4B613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,97,62); }

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

background-color css

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

 a { background-color: rgb(75,97,62); }

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

border-color css

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

 span { border-color: rgb(75,97,62); }

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