Html Css Color HEX #58482D Punga

📋 copy color: '#58482D'

red 88 ◦ green 72 ◦ blue 45

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

Shades of Punga #58482D

Tints of Punga #58482D

RGB

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

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

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

R = 42.93%
G = 35.12%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58482D (or 0x58482D) is known color: Punga. HEX triplet: 58, 48 and 2D. RGB value is (88,72,45). Sum of RGB (Red+Green+Blue) = 88+72+45=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58482D is #A7B7D2. Grayscale: #494949. Windows color (decimal): -10991571 or 2967640. OLE color: 2967640.

HSL color Cylindrical-coordinate representation of color #58482D: hue angle of 37.67º 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 #58482D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 45 -
CMYK 0 0.18 0.49 0.65
HSL 37.67º 0.32% 0.26% -
HSV(B) 37.67º 0.49% 0.35% -
XYZ 6.82 6.9 3.46 -
YUV 73.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 88 72 45 0 0.18 0.49 0.65 37.67 0.32 0.26
Hex 58 48 2D 0 12 31 41 26 20 1A
Octal 130 110 55 0 22 61 101 46 40 32
Binary 1011000 1001000 101101 0 10010 110001 1000001 100110 100000 11010

Color Harmonies of #58482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58482D

Black with #58482D

Text Example


Text Example

White with #58482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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