Html Css Color HEX #58482A Punga

📋 copy color: '#58482A'

red 88 ◦ green 72 ◦ blue 42

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

Shades of Punga #58482A

Tints of Punga #58482A

RGB

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

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

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

R = 43.56%
G = 35.64%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58482A (or 0x58482A) is known color: Punga. HEX triplet: 58, 48 and 2A. RGB value is (88,72,42). Sum of RGB (Red+Green+Blue) = 88+72+42=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58482A is #A7B7D5. Grayscale: #494949. Windows color (decimal): -10991574 or 2771032. OLE color: 2771032.

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

Color convert

RGB 88 72 42 -
CMYK 0 0.18 0.52 0.65
HSL 39.13º 0.35% 0.25% -
HSV(B) 39.13º 0.52% 0.35% -
XYZ 6.76 6.88 3.16 -
YUV 73.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 88 72 42 0 0.18 0.52 0.65 39.13 0.35 0.25
Hex 58 48 2A 0 12 34 41 27 23 19
Octal 130 110 52 0 22 64 101 47 43 31
Binary 1011000 1001000 101010 0 10010 110100 1000001 100111 100011 11001

Color Harmonies of #58482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58482A

Black with #58482A

Text Example


Text Example

White with #58482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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