Html Css Color HEX #58472C Deep Bronze

📋 copy color: '#58472C'

red 88 ◦ green 71 ◦ blue 44

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

Shades of Deep Bronze #58472C

Tints of Deep Bronze #58472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 43.35%
G = 34.98%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58472C (or 0x58472C) is known color: Deep Bronze. HEX triplet: 58, 47 and 2C. RGB value is (88,71,44). Sum of RGB (Red+Green+Blue) = 88+71+44=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58472C is #A7B8D3. Grayscale: #494949. Windows color (decimal): -10991828 or 2901848. OLE color: 2901848.

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

Color convert

RGB 88 71 44 -
CMYK 0 0.19 0.5 0.65
HSL 36.82º 0.33% 0.26% -
HSV(B) 36.82º 0.5% 0.35% -
XYZ 6.73 6.76 3.33 -
YUV 73.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 88 71 44 0 0.19 0.5 0.65 36.82 0.33 0.26
Hex 58 47 2C 0 13 32 41 25 21 1A
Octal 130 107 54 0 23 62 101 45 41 32
Binary 1011000 1000111 101100 0 10011 110010 1000001 100101 100001 11010

Color Harmonies of #58472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58472C

Black with #58472C

Text Example


Text Example

White with #58472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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