Html Css Color HEX #58482E Punga

📋 copy color: '#58482E'

red 88 ◦ green 72 ◦ blue 46

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

Shades of Punga #58482E

Tints of Punga #58482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 42.72%
G = 34.95%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58482E (or 0x58482E) is known color: Punga. HEX triplet: 58, 48 and 2E. RGB value is (88,72,46). Sum of RGB (Red+Green+Blue) = 88+72+46=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58482E is #A7B7D1. Grayscale: #494949. Windows color (decimal): -10991570 or 3033176. OLE color: 3033176.

HSL color Cylindrical-coordinate representation of color #58482E: hue angle of 37.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58482E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 46 -
CMYK 0 0.18 0.48 0.65
HSL 37.14º 0.31% 0.26% -
HSV(B) 37.14º 0.48% 0.35% -
XYZ 6.84 6.91 3.56 -
YUV 73.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 88 72 46 0 0.18 0.48 0.65 37.14 0.31 0.26
Hex 58 48 2E 0 12 30 41 25 1F 1A
Octal 130 110 56 0 22 60 101 45 37 32
Binary 1011000 1001000 101110 0 10010 110000 1000001 100101 11111 11010

Color Harmonies of #58482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58482E

Black with #58482E

Text Example


Text Example

White with #58482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58482E; }

 p { color: rgb(88,72,46); }

 H1.HeaderClassName
 {
   color: #58482E;
 }
 .AnyTagClassName
 {
   color: #58482E;
 }
</style>

background-color css

<style>
 a { background-color: #58482E; }

 a { background-color: rgb(88,72,46); }

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

border-color css

<style>
 span { border-color: #58482E; }

 span { border-color: rgb(88,72,46); }

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