Html Css Color HEX #55482D Punga

📋 copy color: '#55482D'

red 85 ◦ green 72 ◦ blue 45

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

Shades of Punga #55482D

Tints of Punga #55482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 42.08%
G = 35.64%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55482D (or 0x55482D) is known color: Punga. HEX triplet: 55, 48 and 2D. RGB value is (85,72,45). Sum of RGB (Red+Green+Blue) = 85+72+45=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55482D is #AAB7D2. Grayscale: #484848. Windows color (decimal): -11188179 or 2967637. OLE color: 2967637.

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

Color convert

RGB 85 72 45 -
CMYK 0 0.15 0.47 0.67
HSL 40.5º 0.31% 0.25% -
HSV(B) 40.5º 0.47% 0.33% -
XYZ 6.54 6.76 3.44 -
YUV 72.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 85 72 45 0 0.15 0.47 0.67 40.5 0.31 0.25
Hex 55 48 2D 0 F 2F 43 28 1F 19
Octal 125 110 55 0 17 57 103 50 37 31
Binary 1010101 1001000 101101 0 1111 101111 1000011 101000 11111 11001

Color Harmonies of #55482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55482D

Black with #55482D

Text Example


Text Example

White with #55482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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