Html Css Color HEX #584314 Bronze Olive

📋 copy color: '#584314'

red 88 ◦ green 67 ◦ blue 20

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

Shades of Bronze Olive #584314

Tints of Bronze Olive #584314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 50.29%
G = 38.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584314 (or 0x584314) is known color: Bronze Olive. HEX triplet: 58, 43 and 14. RGB value is (88,67,20). Sum of RGB (Red+Green+Blue) = 88+67+20=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584314 is #A7BCEB. Grayscale: #444444. Windows color (decimal): -10992876 or 1327960. OLE color: 1327960.

HSL color Cylindrical-coordinate representation of color #584314: hue angle of 41.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584314 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 67 20 -
CMYK 0 0.24 0.77 0.65
HSL 41.47º 0.63% 0.21% -
HSV(B) 41.47º 0.77% 0.35% -
XYZ 6.16 6.14 1.52 -
YUV 67.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 88 67 20 0 0.24 0.77 0.65 41.47 0.63 0.21
Hex 58 43 14 0 18 4D 41 29 3F 15
Octal 130 103 24 0 30 115 101 51 77 25
Binary 1011000 1000011 10100 0 11000 1001101 1000001 101001 111111 10101

Color Harmonies of #584314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584314

Black with #584314

Text Example


Text Example

White with #584314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584314; }

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

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

background-color css

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

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

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

border-color css

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

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

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