Html Css Color HEX #58452D Deep Bronze

📋 copy color: '#58452D'

red 88 ◦ green 69 ◦ blue 45

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

Shades of Deep Bronze #58452D

Tints of Deep Bronze #58452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 43.56%
G = 34.16%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58452D (or 0x58452D) is known color: Deep Bronze. HEX triplet: 58, 45 and 2D. RGB value is (88,69,45). Sum of RGB (Red+Green+Blue) = 88+69+45=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58452D is #A7BAD2. Grayscale: #484848. Windows color (decimal): -10992339 or 2966872. OLE color: 2966872.

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

Color convert

RGB 88 69 45 -
CMYK 0 0.22 0.49 0.65
HSL 33.49º 0.32% 0.26% -
HSV(B) 33.49º 0.49% 0.35% -
XYZ 6.63 6.52 3.39 -
YUV 71.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 88 69 45 0 0.22 0.49 0.65 33.49 0.32 0.26
Hex 58 45 2D 0 16 31 41 21 20 1A
Octal 130 105 55 0 26 61 101 41 40 32
Binary 1011000 1000101 101101 0 10110 110001 1000001 100001 100000 11010

Color Harmonies of #58452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58452D

Black with #58452D

Text Example


Text Example

White with #58452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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