Html Css Color HEX #58432A Deep Bronze

📋 copy color: '#58432A'

red 88 ◦ green 67 ◦ blue 42

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

Shades of Deep Bronze #58432A

Tints of Deep Bronze #58432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

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

R = 44.67%
G = 34.01%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58432A (or 0x58432A) is known color: Deep Bronze. HEX triplet: 58, 43 and 2A. RGB value is (88,67,42). Sum of RGB (Red+Green+Blue) = 88+67+42=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58432A is #A7BCD5. Grayscale: #464646. Windows color (decimal): -10992854 or 2769752. OLE color: 2769752.

HSL color Cylindrical-coordinate representation of color #58432A: hue angle of 32.61º 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 #58432A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 67 42 -
CMYK 0 0.24 0.52 0.65
HSL 32.61º 0.35% 0.25% -
HSV(B) 32.61º 0.52% 0.35% -
XYZ 6.45 6.26 3.06 -
YUV 70.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 88 67 42 0 0.24 0.52 0.65 32.61 0.35 0.25
Hex 58 43 2A 0 18 34 41 21 23 19
Octal 130 103 52 0 30 64 101 41 43 31
Binary 1011000 1000011 101010 0 11000 110100 1000001 100001 100011 11001

Color Harmonies of #58432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58432A

Black with #58432A

Text Example


Text Example

White with #58432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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