Html Css Color HEX #4A4437 Punga

📋 copy color: '#4A4437'

red 74 ◦ green 68 ◦ blue 55

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

Shades of Punga #4A4437

Tints of Punga #4A4437

RGB

 RED value IS 74 (29.3% from 255) = 37.56%

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

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

R = 37.56%
G = 34.52%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#4A4437 (or 0x4A4437) is known color: Punga. HEX triplet: 4A, 44 and 37. RGB value is (74,68,55). Sum of RGB (Red+Green+Blue) = 74+68+55=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4437 is #B5BBC8. Grayscale: #444444. Windows color (decimal): -11910089 or 3621962. OLE color: 3621962.

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

Color convert

RGB 74 68 55 -
CMYK 0 0.08 0.26 0.71
HSL 41.05º 0.15% 0.25% -
HSV(B) 41.05º 0.26% 0.29% -
XYZ 5.58 5.87 4.45 -
YUV 68.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 74 68 55 0 0.08 0.26 0.71 41.05 0.15 0.25
Hex 4A 44 37 0 8 1A 47 29 F 19
Octal 112 104 67 0 10 32 107 51 17 31
Binary 1001010 1000100 110111 0 1000 11010 1000111 101001 1111 11001

Color Harmonies of #4A4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4437

Black with #4A4437

Text Example


Text Example

White with #4A4437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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