Html Css Color HEX #58472A Punga

📋 copy color: '#58472A'

red 88 ◦ green 71 ◦ blue 42

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

Shades of Punga #58472A

Tints of Punga #58472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 43.78%
G = 35.32%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58472A (or 0x58472A) is known color: Punga. HEX triplet: 58, 47 and 2A. RGB value is (88,71,42). Sum of RGB (Red+Green+Blue) = 88+71+42=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472A is #A7B8D5. Grayscale: #484848. Windows color (decimal): -10991830 or 2770776. OLE color: 2770776.

HSL color Cylindrical-coordinate representation of color #58472A: hue angle of 37.83º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58472A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 42 -
CMYK 0 0.19 0.52 0.65
HSL 37.83º 0.35% 0.25% -
HSV(B) 37.83º 0.52% 0.35% -
XYZ 6.7 6.75 3.14 -
YUV 72.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 88 71 42 0 0.19 0.52 0.65 37.83 0.35 0.25
Hex 58 47 2A 0 13 34 41 26 23 19
Octal 130 107 52 0 23 64 101 46 43 31
Binary 1011000 1000111 101010 0 10011 110100 1000001 100110 100011 11001

Color Harmonies of #58472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58472A

Black with #58472A

Text Example


Text Example

White with #58472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58472A; }

 p { color: rgb(88,71,42); }

 H1.HeaderClassName
 {
   color: #58472A;
 }
 .AnyTagClassName
 {
   color: #58472A;
 }
</style>

background-color css

<style>
 a { background-color: #58472A; }

 a { background-color: rgb(88,71,42); }

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

border-color css

<style>
 span { border-color: #58472A; }

 span { border-color: rgb(88,71,42); }

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