Html Css Color HEX #4B5640 Cabbage Pont

📋 copy color: '#4B5640'

red 75 ◦ green 86 ◦ blue 64

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

Shades of Cabbage Pont #4B5640

Tints of Cabbage Pont #4B5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 33.33%
G = 38.22%
B = 28.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#4B5640 (or 0x4B5640) is known color: Cabbage Pont. HEX triplet: 4B, 56 and 40. RGB value is (75,86,64). Sum of RGB (Red+Green+Blue) = 75+86+64=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5640 is #B4A9BF. Grayscale: #505050. Windows color (decimal): -11839936 or 4216395. OLE color: 4216395.

HSL color Cylindrical-coordinate representation of color #4B5640: hue angle of 90º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5640 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 86 64 -
CMYK 0.13 0 0.26 0.66
HSL 90º 0.15% 0.29% -
HSV(B) 90º 0.26% 0.34% -
XYZ 7.15 8.52 6.12 -
YUV 80.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 75 86 64 0.13 0 0.26 0.66 90 0.15 0.29
Hex 4B 56 40 D 0 1A 42 5A F 1D
Octal 113 126 100 15 0 32 102 132 17 35
Binary 1001011 1010110 1000000 1101 0 11010 1000010 1011010 1111 11101

Color Harmonies of #4B5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5640

Black with #4B5640

Text Example


Text Example

White with #4B5640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,64); }

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

background-color css

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

 a { background-color: rgb(75,86,64); }

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

border-color css

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

 span { border-color: rgb(75,86,64); }

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