Html Css Color HEX #58442C Deep Bronze

📋 copy color: '#58442C'

red 88 ◦ green 68 ◦ blue 44

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

Shades of Deep Bronze #58442C

Tints of Deep Bronze #58442C

RGB

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

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

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

R = 44%
G = 34%
B = 22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58442C (or 0x58442C) is known color: Deep Bronze. HEX triplet: 58, 44 and 2C. RGB value is (88,68,44). Sum of RGB (Red+Green+Blue) = 88+68+44=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58442C is #A7BBD3. Grayscale: #474747. Windows color (decimal): -10992596 or 2901080. OLE color: 2901080.

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

Color convert

RGB 88 68 44 -
CMYK 0 0.23 0.5 0.65
HSL 32.73º 0.33% 0.26% -
HSV(B) 32.73º 0.5% 0.35% -
XYZ 6.55 6.39 3.27 -
YUV 71.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 88 68 44 0 0.23 0.5 0.65 32.73 0.33 0.26
Hex 58 44 2C 0 17 32 41 21 21 1A
Octal 130 104 54 0 27 62 101 41 41 32
Binary 1011000 1000100 101100 0 10111 110010 1000001 100001 100001 11010

Color Harmonies of #58442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58442C

Black with #58442C

Text Example


Text Example

White with #58442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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