Html Css Color HEX #58472B Punga

📋 copy color: '#58472B'

red 88 ◦ green 71 ◦ blue 43

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

Shades of Punga #58472B

Tints of Punga #58472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 43.56%
G = 35.15%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58472B (or 0x58472B) is known color: Punga. HEX triplet: 58, 47 and 2B. RGB value is (88,71,43). Sum of RGB (Red+Green+Blue) = 88+71+43=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472B is #A7B8D4. Grayscale: #494949. Windows color (decimal): -10991829 or 2836312. OLE color: 2836312.

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

Color convert

RGB 88 71 43 -
CMYK 0 0.19 0.51 0.65
HSL 37.33º 0.34% 0.26% -
HSV(B) 37.33º 0.51% 0.35% -
XYZ 6.71 6.76 3.24 -
YUV 72.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 88 71 43 0 0.19 0.51 0.65 37.33 0.34 0.26
Hex 58 47 2B 0 13 33 41 25 22 1A
Octal 130 107 53 0 23 63 101 45 42 32
Binary 1011000 1000111 101011 0 10011 110011 1000001 100101 100010 11010

Color Harmonies of #58472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58472B

Black with #58472B

Text Example


Text Example

White with #58472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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