Html Css Color HEX #55492B Punga

📋 copy color: '#55492B'

red 85 ◦ green 73 ◦ blue 43

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

Shades of Punga #55492B

Tints of Punga #55492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 42.29%
G = 36.32%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55492B (or 0x55492B) is known color: Punga. HEX triplet: 55, 49 and 2B. RGB value is (85,73,43). Sum of RGB (Red+Green+Blue) = 85+73+43=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55492B is #AAB6D4. Grayscale: #494949. Windows color (decimal): -11187925 or 2836821. OLE color: 2836821.

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

Color convert

RGB 85 73 43 -
CMYK 0 0.14 0.49 0.67
HSL 42.86º 0.33% 0.25% -
HSV(B) 42.86º 0.49% 0.33% -
XYZ 6.56 6.87 3.27 -
YUV 73.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 85 73 43 0 0.14 0.49 0.67 42.86 0.33 0.25
Hex 55 49 2B 0 E 31 43 2B 21 19
Octal 125 111 53 0 16 61 103 53 41 31
Binary 1010101 1001001 101011 0 1110 110001 1000011 101011 100001 11001

Color Harmonies of #55492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55492B

Black with #55492B

Text Example


Text Example

White with #55492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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