Html Css Color HEX #58462F Deep Bronze

📋 copy color: '#58462F'

red 88 ◦ green 70 ◦ blue 47

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

Shades of Deep Bronze #58462F

Tints of Deep Bronze #58462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 42.93%
G = 34.15%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58462F (or 0x58462F) is known color: Deep Bronze. HEX triplet: 58, 46 and 2F. RGB value is (88,70,47). Sum of RGB (Red+Green+Blue) = 88+70+47=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58462F is #A7B9D0. Grayscale: #484848. Windows color (decimal): -10992081 or 3098200. OLE color: 3098200.

HSL color Cylindrical-coordinate representation of color #58462F: hue angle of 33.66º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58462F is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 47 -
CMYK 0 0.20 0.47 0.65
HSL 33.66º 0.3% 0.26% -
HSV(B) 33.66º 0.47% 0.35% -
XYZ 6.73 6.66 3.62 -
YUV 72.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 88 70 47 0 0.20 0.47 0.65 33.66 0.3 0.26
Hex 58 46 2F 0 14 2F 41 22 1E 1A
Octal 130 106 57 0 24 57 101 42 36 32
Binary 1011000 1000110 101111 0 10100 101111 1000001 100010 11110 11010

Color Harmonies of #58462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58462F

Black with #58462F

Text Example


Text Example

White with #58462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58462F; }

 p { color: rgb(88,70,47); }

 H1.HeaderClassName
 {
   color: #58462F;
 }
 .AnyTagClassName
 {
   color: #58462F;
 }
</style>

background-color css

<style>
 a { background-color: #58462F; }

 a { background-color: rgb(88,70,47); }

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

border-color css

<style>
 span { border-color: #58462F; }

 span { border-color: rgb(88,70,47); }

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