Html Css Color HEX #4B4437 Punga

📋 copy color: '#4B4437'

red 75 ◦ green 68 ◦ blue 55

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

Shades of Punga #4B4437

Tints of Punga #4B4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

 BLUE value IS 55 (21.88% from 255) = 27.78%

R = 37.88%
G = 34.34%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4B4437 (or 0x4B4437) is known color: Punga. HEX triplet: 4B, 44 and 37. RGB value is (75,68,55). Sum of RGB (Red+Green+Blue) = 75+68+55=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4437 is #B4BBC8. Grayscale: #444444. Windows color (decimal): -11844553 or 3621963. OLE color: 3621963.

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

Color convert

RGB 75 68 55 -
CMYK 0 0.09 0.27 0.71
HSL 39º 0.15% 0.25% -
HSV(B) 39º 0.27% 0.29% -
XYZ 5.66 5.91 4.46 -
YUV 68.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 75 68 55 0 0.09 0.27 0.71 39 0.15 0.25
Hex 4B 44 37 0 9 1B 47 27 F 19
Octal 113 104 67 0 11 33 107 47 17 31
Binary 1001011 1000100 110111 0 1001 11011 1000111 100111 1111 11001

Color Harmonies of #4B4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4437

Black with #4B4437

Text Example


Text Example

White with #4B4437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,55); }

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

background-color css

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

 a { background-color: rgb(75,68,55); }

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

border-color css

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

 span { border-color: rgb(75,68,55); }

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