Html Css Color HEX #4B5341 Cabbage Pont

📋 copy color: '#4B5341'

red 75 ◦ green 83 ◦ blue 65

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

Shades of Cabbage Pont #4B5341

Tints of Cabbage Pont #4B5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 33.63%
G = 37.22%
B = 29.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#4B5341 (or 0x4B5341) is known color: Cabbage Pont. HEX triplet: 4B, 53 and 41. RGB value is (75,83,65). Sum of RGB (Red+Green+Blue) = 75+83+65=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5341 is #B4ACBE. Grayscale: #4E4E4E. Windows color (decimal): -11840703 or 4281163. OLE color: 4281163.

HSL color Cylindrical-coordinate representation of color #4B5341: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B5341 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 65 -
CMYK 0.10 0 0.22 0.67
HSL 86.67º 0.12% 0.29% -
HSV(B) 86.67º 0.22% 0.33% -
XYZ 6.95 8.06 6.19 -
YUV 78.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 75 83 65 0.10 0 0.22 0.67 86.67 0.12 0.29
Hex 4B 53 41 A 0 16 43 57 C 1D
Octal 113 123 101 12 0 26 103 127 14 35
Binary 1001011 1010011 1000001 1010 0 10110 1000011 1010111 1100 11101

Color Harmonies of #4B5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5341

Black with #4B5341

Text Example


Text Example

White with #4B5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,83,65); }

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

background-color css

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

 a { background-color: rgb(75,83,65); }

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

border-color css

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

 span { border-color: rgb(75,83,65); }

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