Html Css Color HEX #58442A Deep Bronze

📋 copy color: '#58442A'

red 88 ◦ green 68 ◦ blue 42

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

Shades of Deep Bronze #58442A

Tints of Deep Bronze #58442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 44.44%
G = 34.34%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58442A (or 0x58442A) is known color: Deep Bronze. HEX triplet: 58, 44 and 2A. RGB value is (88,68,42). Sum of RGB (Red+Green+Blue) = 88+68+42=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442A is #A7BBD5. Grayscale: #474747. Windows color (decimal): -10992598 or 2770008. OLE color: 2770008.

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

Color convert

RGB 88 68 42 -
CMYK 0 0.23 0.52 0.65
HSL 33.91º 0.35% 0.25% -
HSV(B) 33.91º 0.52% 0.35% -
XYZ 6.51 6.38 3.08 -
YUV 71.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 88 68 42 0 0.23 0.52 0.65 33.91 0.35 0.25
Hex 58 44 2A 0 17 34 41 22 23 19
Octal 130 104 52 0 27 64 101 42 43 31
Binary 1011000 1000100 101010 0 10111 110100 1000001 100010 100011 11001

Color Harmonies of #58442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58442A

Black with #58442A

Text Example


Text Example

White with #58442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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