Html Css Color HEX #58531A Bronze Olive

📋 copy color: '#58531A'

red 88 ◦ green 83 ◦ blue 26

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

Shades of Bronze Olive #58531A

Tints of Bronze Olive #58531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 44.67%
G = 42.13%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58531A (or 0x58531A) is known color: Bronze Olive. HEX triplet: 58, 53 and 1A. RGB value is (88,83,26). Sum of RGB (Red+Green+Blue) = 88+83+26=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58531A is #A7ACE5. Grayscale: #4E4E4E. Windows color (decimal): -10988774 or 1725272. OLE color: 1725272.

HSL color Cylindrical-coordinate representation of color #58531A: hue angle of 55.16º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58531A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 26 -
CMYK 0 0.06 0.70 0.65
HSL 55.16º 0.54% 0.22% -
HSV(B) 55.16º 0.7% 0.35% -
XYZ 7.3 8.34 2.2 -
YUV 78 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 88 83 26 0 0.06 0.70 0.65 55.16 0.54 0.22
Hex 58 53 1A 0 6 46 41 37 36 16
Octal 130 123 32 0 6 106 101 67 66 26
Binary 1011000 1010011 11010 0 110 1000110 1000001 110111 110110 10110

Color Harmonies of #58531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58531A

Black with #58531A

Text Example


Text Example

White with #58531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,83,26); }

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

background-color css

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

 a { background-color: rgb(88,83,26); }

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

border-color css

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

 span { border-color: rgb(88,83,26); }

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