Html Css Color HEX #55492C Punga

📋 copy color: '#55492C'

red 85 ◦ green 73 ◦ blue 44

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

Shades of Punga #55492C

Tints of Punga #55492C

RGB

 RED value IS 85 (33.59% from 255) = 42.08%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 42.08%
G = 36.14%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55492C (or 0x55492C) is known color: Punga. HEX triplet: 55, 49 and 2C. RGB value is (85,73,44). Sum of RGB (Red+Green+Blue) = 85+73+44=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55492C is #AAB6D3. Grayscale: #494949. Windows color (decimal): -11187924 or 2902357. OLE color: 2902357.

HSL color Cylindrical-coordinate representation of color #55492C: hue angle of 42.44º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55492C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 44 -
CMYK 0 0.14 0.48 0.67
HSL 42.44º 0.32% 0.25% -
HSV(B) 42.44º 0.48% 0.33% -
XYZ 6.58 6.88 3.36 -
YUV 73.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 85 73 44 0 0.14 0.48 0.67 42.44 0.32 0.25
Hex 55 49 2C 0 E 30 43 2A 20 19
Octal 125 111 54 0 16 60 103 52 40 31
Binary 1010101 1001001 101100 0 1110 110000 1000011 101010 100000 11001

Color Harmonies of #55492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55492C

Black with #55492C

Text Example


Text Example

White with #55492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55492C; }

 p { color: rgb(85,73,44); }

 H1.HeaderClassName
 {
   color: #55492C;
 }
 .AnyTagClassName
 {
   color: #55492C;
 }
</style>

background-color css

<style>
 a { background-color: #55492C; }

 a { background-color: rgb(85,73,44); }

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

border-color css

<style>
 span { border-color: #55492C; }

 span { border-color: rgb(85,73,44); }

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