Html Css Color HEX #58492D Punga

📋 copy color: '#58492D'

red 88 ◦ green 73 ◦ blue 45

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

Shades of Punga #58492D

Tints of Punga #58492D

RGB

 RED value IS 88 (34.77% from 255) = 42.72%

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

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

R = 42.72%
G = 35.44%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58492D (or 0x58492D) is known color: Punga. HEX triplet: 58, 49 and 2D. RGB value is (88,73,45). Sum of RGB (Red+Green+Blue) = 88+73+45=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58492D is #A7B6D2. Grayscale: #4A4A4A. Windows color (decimal): -10991315 or 2967896. OLE color: 2967896.

HSL color Cylindrical-coordinate representation of color #58492D: hue angle of 39.07º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58492D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 45 -
CMYK 0 0.17 0.49 0.65
HSL 39.07º 0.32% 0.26% -
HSV(B) 39.07º 0.49% 0.35% -
XYZ 6.88 7.03 3.48 -
YUV 74.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 88 73 45 0 0.17 0.49 0.65 39.07 0.32 0.26
Hex 58 49 2D 0 11 31 41 27 20 1A
Octal 130 111 55 0 21 61 101 47 40 32
Binary 1011000 1001001 101101 0 10001 110001 1000001 100111 100000 11010

Color Harmonies of #58492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58492D

Black with #58492D

Text Example


Text Example

White with #58492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,73,45); }

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

background-color css

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

 a { background-color: rgb(88,73,45); }

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

border-color css

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

 span { border-color: rgb(88,73,45); }

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