Html Css Color HEX #58472E Deep Bronze

📋 copy color: '#58472E'

red 88 ◦ green 71 ◦ blue 46

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

Shades of Deep Bronze #58472E

Tints of Deep Bronze #58472E

RGB

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

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

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

R = 42.93%
G = 34.63%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58472E (or 0x58472E) is known color: Deep Bronze. HEX triplet: 58, 47 and 2E. RGB value is (88,71,46). Sum of RGB (Red+Green+Blue) = 88+71+46=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472E is #A7B8D1. Grayscale: #494949. Windows color (decimal): -10991826 or 3032920. OLE color: 3032920.

HSL color Cylindrical-coordinate representation of color #58472E: hue angle of 35.71º 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 #58472E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 46 -
CMYK 0 0.19 0.48 0.65
HSL 35.71º 0.31% 0.26% -
HSV(B) 35.71º 0.48% 0.35% -
XYZ 6.77 6.78 3.54 -
YUV 73.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 88 71 46 0 0.19 0.48 0.65 35.71 0.31 0.26
Hex 58 47 2E 0 13 30 41 24 1F 1A
Octal 130 107 56 0 23 60 101 44 37 32
Binary 1011000 1000111 101110 0 10011 110000 1000001 100100 11111 11010

Color Harmonies of #58472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58472E

Black with #58472E

Text Example


Text Example

White with #58472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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