Html Css Color HEX #58541D Bronze Olive

📋 copy color: '#58541D'

red 88 ◦ green 84 ◦ blue 29

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

Shades of Bronze Olive #58541D

Tints of Bronze Olive #58541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 43.78%
G = 41.79%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58541D (or 0x58541D) is known color: Bronze Olive. HEX triplet: 58, 54 and 1D. RGB value is (88,84,29). Sum of RGB (Red+Green+Blue) = 88+84+29=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58541D is #A7ABE2. Grayscale: #4F4F4F. Windows color (decimal): -10988515 or 1922136. OLE color: 1922136.

HSL color Cylindrical-coordinate representation of color #58541D: hue angle of 55.93º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58541D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 29 -
CMYK 0 0.05 0.67 0.65
HSL 55.93º 0.5% 0.23% -
HSV(B) 55.93º 0.67% 0.35% -
XYZ 7.42 8.5 2.41 -
YUV 78.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 88 84 29 0 0.05 0.67 0.65 55.93 0.5 0.23
Hex 58 54 1D 0 5 43 41 38 32 17
Octal 130 124 35 0 5 103 101 70 62 27
Binary 1011000 1010100 11101 0 101 1000011 1000001 111000 110010 10111

Color Harmonies of #58541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58541D

Black with #58541D

Text Example


Text Example

White with #58541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58541D; }

 p { color: rgb(88,84,29); }

 H1.HeaderClassName
 {
   color: #58541D;
 }
 .AnyTagClassName
 {
   color: #58541D;
 }
</style>

background-color css

<style>
 a { background-color: #58541D; }

 a { background-color: rgb(88,84,29); }

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

border-color css

<style>
 span { border-color: #58541D; }

 span { border-color: rgb(88,84,29); }

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