Html Css Color HEX #58442D Deep Bronze

📋 copy color: '#58442D'

red 88 ◦ green 68 ◦ blue 45

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

Shades of Deep Bronze #58442D

Tints of Deep Bronze #58442D

RGB

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

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

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

R = 43.78%
G = 33.83%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58442D (or 0x58442D) is known color: Deep Bronze. HEX triplet: 58, 44 and 2D. RGB value is (88,68,45). Sum of RGB (Red+Green+Blue) = 88+68+45=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442D is #A7BBD2. Grayscale: #474747. Windows color (decimal): -10992595 or 2966616. OLE color: 2966616.

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

Color convert

RGB 88 68 45 -
CMYK 0 0.23 0.49 0.65
HSL 32.09º 0.32% 0.26% -
HSV(B) 32.09º 0.49% 0.35% -
XYZ 6.57 6.4 3.37 -
YUV 71.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 88 68 45 0 0.23 0.49 0.65 32.09 0.32 0.26
Hex 58 44 2D 0 17 31 41 20 20 1A
Octal 130 104 55 0 27 61 101 40 40 32
Binary 1011000 1000100 101101 0 10111 110001 1000001 100000 100000 11010

Color Harmonies of #58442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58442D

Black with #58442D

Text Example


Text Example

White with #58442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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