Html Css Color HEX #58442F Deep Bronze

📋 copy color: '#58442F'

red 88 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #58442F

Tints of Deep Bronze #58442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 43.35%
G = 33.5%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58442F (or 0x58442F) is known color: Deep Bronze. HEX triplet: 58, 44 and 2F. RGB value is (88,68,47). Sum of RGB (Red+Green+Blue) = 88+68+47=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442F is #A7BBD0. Grayscale: #474747. Windows color (decimal): -10992593 or 3097688. OLE color: 3097688.

HSL color Cylindrical-coordinate representation of color #58442F: hue angle of 30.73º 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 #58442F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 47 -
CMYK 0 0.23 0.47 0.65
HSL 30.73º 0.3% 0.26% -
HSV(B) 30.73º 0.47% 0.35% -
XYZ 6.6 6.41 3.58 -
YUV 71.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 88 68 47 0 0.23 0.47 0.65 30.73 0.3 0.26
Hex 58 44 2F 0 17 2F 41 1F 1E 1A
Octal 130 104 57 0 27 57 101 37 36 32
Binary 1011000 1000100 101111 0 10111 101111 1000001 11111 11110 11010

Color Harmonies of #58442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58442F

Black with #58442F

Text Example


Text Example

White with #58442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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