Html Css Color HEX #4B4332 Punga

📋 copy color: '#4B4332'

red 75 ◦ green 67 ◦ blue 50

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

Shades of Punga #4B4332

Tints of Punga #4B4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 39.06%
G = 34.9%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B4332 (or 0x4B4332) is known color: Punga. HEX triplet: 4B, 43 and 32. RGB value is (75,67,50). Sum of RGB (Red+Green+Blue) = 75+67+50=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4332 is #B4BCCD. Grayscale: #434343. Windows color (decimal): -11844814 or 3294027. OLE color: 3294027.

HSL color Cylindrical-coordinate representation of color #4B4332: hue angle of 40.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4332 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 67 50 -
CMYK 0 0.11 0.33 0.71
HSL 40.8º 0.2% 0.25% -
HSV(B) 40.8º 0.33% 0.29% -
XYZ 5.48 5.74 3.84 -
YUV 67.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 75 67 50 0 0.11 0.33 0.71 40.8 0.2 0.25
Hex 4B 43 32 0 B 21 47 29 14 19
Octal 113 103 62 0 13 41 107 51 24 31
Binary 1001011 1000011 110010 0 1011 100001 1000111 101001 10100 11001

Color Harmonies of #4B4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4332

Black with #4B4332

Text Example


Text Example

White with #4B4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,50); }

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

background-color css

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

 a { background-color: rgb(75,67,50); }

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

border-color css

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

 span { border-color: rgb(75,67,50); }

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