Html Css Color HEX #55482E Punga

📋 copy color: '#55482E'

red 85 ◦ green 72 ◦ blue 46

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

Shades of Punga #55482E

Tints of Punga #55482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 41.87%
G = 35.47%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55482E (or 0x55482E) is known color: Punga. HEX triplet: 55, 48 and 2E. RGB value is (85,72,46). Sum of RGB (Red+Green+Blue) = 85+72+46=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55482E is #AAB7D1. Grayscale: #494949. Windows color (decimal): -11188178 or 3033173. OLE color: 3033173.

HSL color Cylindrical-coordinate representation of color #55482E: hue angle of 40º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55482E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 46 -
CMYK 0 0.15 0.46 0.67
HSL 40º 0.3% 0.26% -
HSV(B) 40º 0.46% 0.33% -
XYZ 6.56 6.76 3.54 -
YUV 72.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 85 72 46 0 0.15 0.46 0.67 40 0.3 0.26
Hex 55 48 2E 0 F 2E 43 28 1E 1A
Octal 125 110 56 0 17 56 103 50 36 32
Binary 1010101 1001000 101110 0 1111 101110 1000011 101000 11110 11010

Color Harmonies of #55482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55482E

Black with #55482E

Text Example


Text Example

White with #55482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55482E; }

 p { color: rgb(85,72,46); }

 H1.HeaderClassName
 {
   color: #55482E;
 }
 .AnyTagClassName
 {
   color: #55482E;
 }
</style>

background-color css

<style>
 a { background-color: #55482E; }

 a { background-color: rgb(85,72,46); }

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

border-color css

<style>
 span { border-color: #55482E; }

 span { border-color: rgb(85,72,46); }

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