Html Css Color HEX #58472D Deep Bronze

📋 copy color: '#58472D'

red 88 ◦ green 71 ◦ blue 45

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

Shades of Deep Bronze #58472D

Tints of Deep Bronze #58472D

RGB

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

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

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

R = 43.14%
G = 34.8%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58472D (or 0x58472D) is known color: Deep Bronze. HEX triplet: 58, 47 and 2D. RGB value is (88,71,45). Sum of RGB (Red+Green+Blue) = 88+71+45=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472D is #A7B8D2. Grayscale: #494949. Windows color (decimal): -10991827 or 2967384. OLE color: 2967384.

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

Color convert

RGB 88 71 45 -
CMYK 0 0.19 0.49 0.65
HSL 36.28º 0.32% 0.26% -
HSV(B) 36.28º 0.49% 0.35% -
XYZ 6.75 6.77 3.43 -
YUV 73.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 88 71 45 0 0.19 0.49 0.65 36.28 0.32 0.26
Hex 58 47 2D 0 13 31 41 24 20 1A
Octal 130 107 55 0 23 61 101 44 40 32
Binary 1011000 1000111 101101 0 10011 110001 1000001 100100 100000 11010

Color Harmonies of #58472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58472D

Black with #58472D

Text Example


Text Example

White with #58472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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