Html Css Color HEX #584C1E Bronze Olive

📋 copy color: '#584C1E'

red 88 ◦ green 76 ◦ blue 30

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

Shades of Bronze Olive #584C1E

Tints of Bronze Olive #584C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 45.36%
G = 39.18%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#584C1E (or 0x584C1E) is known color: Bronze Olive. HEX triplet: 58, 4C and 1E. RGB value is (88,76,30). Sum of RGB (Red+Green+Blue) = 88+76+30=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C1E is #A7B3E1. Grayscale: #4A4A4A. Windows color (decimal): -10990562 or 1985624. OLE color: 1985624.

HSL color Cylindrical-coordinate representation of color #584C1E: hue angle of 47.59º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584C1E is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 76 30 -
CMYK 0 0.14 0.66 0.65
HSL 47.59º 0.49% 0.23% -
HSV(B) 47.59º 0.66% 0.35% -
XYZ 6.84 7.34 2.28 -
YUV 74.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 88 76 30 0 0.14 0.66 0.65 47.59 0.49 0.23
Hex 58 4C 1E 0 E 42 41 30 31 17
Octal 130 114 36 0 16 102 101 60 61 27
Binary 1011000 1001100 11110 0 1110 1000010 1000001 110000 110001 10111

Color Harmonies of #584C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C1E

Black with #584C1E

Text Example


Text Example

White with #584C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584C1E; }

 p { color: rgb(88,76,30); }

 H1.HeaderClassName
 {
   color: #584C1E;
 }
 .AnyTagClassName
 {
   color: #584C1E;
 }
</style>

background-color css

<style>
 a { background-color: #584C1E; }

 a { background-color: rgb(88,76,30); }

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

border-color css

<style>
 span { border-color: #584C1E; }

 span { border-color: rgb(88,76,30); }

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