Html Css Color HEX #58451C Bronze Olive

📋 copy color: '#58451C'

red 88 ◦ green 69 ◦ blue 28

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

Shades of Bronze Olive #58451C

Tints of Bronze Olive #58451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 47.57%
G = 37.3%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58451C (or 0x58451C) is known color: Bronze Olive. HEX triplet: 58, 45 and 1C. RGB value is (88,69,28). Sum of RGB (Red+Green+Blue) = 88+69+28=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58451C is #A7BAE3. Grayscale: #464646. Windows color (decimal): -10992356 or 1852760. OLE color: 1852760.

HSL color Cylindrical-coordinate representation of color #58451C: hue angle of 41º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58451C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 69 28 -
CMYK 0 0.22 0.68 0.65
HSL 41º 0.52% 0.23% -
HSV(B) 41º 0.68% 0.35% -
XYZ 6.36 6.41 2 -
YUV 70.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 88 69 28 0 0.22 0.68 0.65 41 0.52 0.23
Hex 58 45 1C 0 16 44 41 29 34 17
Octal 130 105 34 0 26 104 101 51 64 27
Binary 1011000 1000101 11100 0 10110 1000100 1000001 101001 110100 10111

Color Harmonies of #58451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58451C

Black with #58451C

Text Example


Text Example

White with #58451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,69,28); }

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

background-color css

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

 a { background-color: rgb(88,69,28); }

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

border-color css

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

 span { border-color: rgb(88,69,28); }

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