Html Css Color HEX #4B4434 Punga

📋 copy color: '#4B4434'

red 75 ◦ green 68 ◦ blue 52

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

Shades of Punga #4B4434

Tints of Punga #4B4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 38.46%
G = 34.87%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4B4434 (or 0x4B4434) is known color: Punga. HEX triplet: 4B, 44 and 34. RGB value is (75,68,52). Sum of RGB (Red+Green+Blue) = 75+68+52=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4434 is #B4BBCB. Grayscale: #444444. Windows color (decimal): -11844556 or 3425355. OLE color: 3425355.

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

Color convert

RGB 75 68 52 -
CMYK 0 0.09 0.31 0.71
HSL 41.74º 0.18% 0.25% -
HSV(B) 41.74º 0.31% 0.29% -
XYZ 5.59 5.88 4.09 -
YUV 68.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 75 68 52 0 0.09 0.31 0.71 41.74 0.18 0.25
Hex 4B 44 34 0 9 1F 47 2A 12 19
Octal 113 104 64 0 11 37 107 52 22 31
Binary 1001011 1000100 110100 0 1001 11111 1000111 101010 10010 11001

Color Harmonies of #4B4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4434

Black with #4B4434

Text Example


Text Example

White with #4B4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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