Html Css Color HEX #58430C Bronze Olive

📋 copy color: '#58430C'

red 88 ◦ green 67 ◦ blue 12

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

Shades of Bronze Olive #58430C

Tints of Bronze Olive #58430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 52.69%
G = 40.12%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58430C (or 0x58430C) is known color: Bronze Olive. HEX triplet: 58, 43 and 0C. RGB value is (88,67,12). Sum of RGB (Red+Green+Blue) = 88+67+12=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58430C is #A7BCF3. Grayscale: #434343. Windows color (decimal): -10992884 or 803672. OLE color: 803672.

HSL color Cylindrical-coordinate representation of color #58430C: hue angle of 43.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58430C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 67 12 -
CMYK 0 0.24 0.86 0.65
HSL 43.42º 0.76% 0.2% -
HSV(B) 43.42º 0.86% 0.35% -
XYZ 6.1 6.12 1.21 -
YUV 67.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 88 67 12 0 0.24 0.86 0.65 43.42 0.76 0.2
Hex 58 43 C 0 18 56 41 2B 4C 14
Octal 130 103 14 0 30 126 101 53 114 24
Binary 1011000 1000011 1100 0 11000 1010110 1000001 101011 1001100 10100

Color Harmonies of #58430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58430C

Black with #58430C

Text Example


Text Example

White with #58430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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