Html Css Color HEX #4B5245 Cabbage Pont

📋 copy color: '#4B5245'

red 75 ◦ green 82 ◦ blue 69

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

Shades of Cabbage Pont #4B5245

Tints of Cabbage Pont #4B5245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 33.19%
G = 36.28%
B = 30.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#4B5245 (or 0x4B5245) is known color: Cabbage Pont. HEX triplet: 4B, 52 and 45. RGB value is (75,82,69). Sum of RGB (Red+Green+Blue) = 75+82+69=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5245 is #B4ADBA. Grayscale: #4E4E4E. Windows color (decimal): -11840955 or 4543051. OLE color: 4543051.

HSL color Cylindrical-coordinate representation of color #4B5245: hue angle of 92.31º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5245 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 69 -
CMYK 0.09 0 0.16 0.68
HSL 92.31º 0.09% 0.3% -
HSV(B) 92.31º 0.16% 0.32% -
XYZ 6.99 7.96 6.8 -
YUV 78.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 75 82 69 0.09 0 0.16 0.68 92.31 0.09 0.3
Hex 4B 52 45 9 0 10 44 5C 9 1E
Octal 113 122 105 11 0 20 104 134 11 36
Binary 1001011 1010010 1000101 1001 0 10000 1000100 1011100 1001 11110

Color Harmonies of #4B5245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5245

Black with #4B5245

Text Example


Text Example

White with #4B5245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,69); }

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

background-color css

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

 a { background-color: rgb(75,82,69); }

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

border-color css

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

 span { border-color: rgb(75,82,69); }

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