Html Css Color HEX #58422C Deep Bronze

📋 copy color: '#58422C'

red 88 ◦ green 66 ◦ blue 44

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

Shades of Deep Bronze #58422C

Tints of Deep Bronze #58422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

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

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58422C (or 0x58422C) is known color: Deep Bronze. HEX triplet: 58, 42 and 2C. RGB value is (88,66,44). Sum of RGB (Red+Green+Blue) = 88+66+44=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58422C is #A7BDD3. Grayscale: #464646. Windows color (decimal): -10993108 or 2900568. OLE color: 2900568.

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

Color convert

RGB 88 66 44 -
CMYK 0 0.25 0.5 0.65
HSL 30º 0.33% 0.26% -
HSV(B) 30º 0.5% 0.35% -
XYZ 6.43 6.15 3.23 -
YUV 70.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 88 66 44 0 0.25 0.5 0.65 30 0.33 0.26
Hex 58 42 2C 0 19 32 41 1E 21 1A
Octal 130 102 54 0 31 62 101 36 41 32
Binary 1011000 1000010 101100 0 11001 110010 1000001 11110 100001 11010

Color Harmonies of #58422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58422C

Black with #58422C

Text Example


Text Example

White with #58422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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