Html Css Color HEX #58492F Punga

📋 copy color: '#58492F'

red 88 ◦ green 73 ◦ blue 47

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

Shades of Punga #58492F

Tints of Punga #58492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 42.31%
G = 35.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58492F (or 0x58492F) is known color: Punga. HEX triplet: 58, 49 and 2F. RGB value is (88,73,47). Sum of RGB (Red+Green+Blue) = 88+73+47=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #58492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58492F is #A7B6D0. Grayscale: #4A4A4A. Windows color (decimal): -10991313 or 3098968. OLE color: 3098968.

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

Color convert

RGB 88 73 47 -
CMYK 0 0.17 0.47 0.65
HSL 38.05º 0.3% 0.26% -
HSV(B) 38.05º 0.47% 0.35% -
XYZ 6.92 7.05 3.68 -
YUV 74.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 88 73 47 0 0.17 0.47 0.65 38.05 0.3 0.26
Hex 58 49 2F 0 11 2F 41 26 1E 1A
Octal 130 111 57 0 21 57 101 46 36 32
Binary 1011000 1001001 101111 0 10001 101111 1000001 100110 11110 11010

Color Harmonies of #58492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58492F

Black with #58492F

Text Example


Text Example

White with #58492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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