Html Css Color HEX #55462C Punga

📋 copy color: '#55462C'

red 85 ◦ green 70 ◦ blue 44

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

Shades of Punga #55462C

Tints of Punga #55462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 42.71%
G = 35.18%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55462C (or 0x55462C) is known color: Punga. HEX triplet: 55, 46 and 2C. RGB value is (85,70,44). Sum of RGB (Red+Green+Blue) = 85+70+44=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462C is #AAB9D3. Grayscale: #474747. Windows color (decimal): -11188692 or 2901589. OLE color: 2901589.

HSL color Cylindrical-coordinate representation of color #55462C: hue angle of 38.05º 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 #55462C is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 44 -
CMYK 0 0.18 0.48 0.67
HSL 38.05º 0.32% 0.25% -
HSV(B) 38.05º 0.48% 0.33% -
XYZ 6.39 6.49 3.3 -
YUV 71.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 85 70 44 0 0.18 0.48 0.67 38.05 0.32 0.25
Hex 55 46 2C 0 12 30 43 26 20 19
Octal 125 106 54 0 22 60 103 46 40 31
Binary 1010101 1000110 101100 0 10010 110000 1000011 100110 100000 11001

Color Harmonies of #55462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55462C

Black with #55462C

Text Example


Text Example

White with #55462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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