Html Css Color HEX #58442E Deep Bronze

📋 copy color: '#58442E'

red 88 ◦ green 68 ◦ blue 46

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

Shades of Deep Bronze #58442E

Tints of Deep Bronze #58442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 43.56%
G = 33.66%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58442E (or 0x58442E) is known color: Deep Bronze. HEX triplet: 58, 44 and 2E. RGB value is (88,68,46). Sum of RGB (Red+Green+Blue) = 88+68+46=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442E is #A7BBD1. Grayscale: #474747. Windows color (decimal): -10992594 or 3032152. OLE color: 3032152.

HSL color Cylindrical-coordinate representation of color #58442E: hue angle of 31.43º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58442E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 46 -
CMYK 0 0.23 0.48 0.65
HSL 31.43º 0.31% 0.26% -
HSV(B) 31.43º 0.48% 0.35% -
XYZ 6.58 6.41 3.47 -
YUV 71.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 88 68 46 0 0.23 0.48 0.65 31.43 0.31 0.26
Hex 58 44 2E 0 17 30 41 1F 1F 1A
Octal 130 104 56 0 27 60 101 37 37 32
Binary 1011000 1000100 101110 0 10111 110000 1000001 11111 11111 11010

Color Harmonies of #58442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58442E

Black with #58442E

Text Example


Text Example

White with #58442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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